Skip to content

Commit cc53483

Browse files
restore add_dependencies
1 parent 5502d61 commit cc53483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ if(TARGET ${PROJECT_NAME}_utest)
2727
if(NOT WIN32)
2828
target_link_libraries(${PROJECT_NAME}_utest pthread)
2929
endif()
30+
add_dependencies(${PROJECT_NAME}_utest ${PROJECT_NAME}_TestPlugins1 ${PROJECT_NAME}_TestPlugins2)
3031
endif()
3132

3233
include(CheckCXXCompilerFlag)

0 commit comments

Comments
 (0)