We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95afa1 commit 64489d3Copy full SHA for 64489d3
test/CMakeLists.txt
@@ -15,7 +15,7 @@ if(Boost_FOUND)
15
link_directories(${LIB_PATH} ${STATIC_LIB_PATH})
16
add_executable(${TEST_NAME} ${SOURCES_MAIN} ${EXTRA_MAIN})
17
add_dependencies(${TEST_NAME} ${LIB_STATIC_NAME} ${TEST_NAME}_data)
18
- target_link_libraries(${TEST_NAME} DecoupleUserOutput_static ${LIB_STATIC_NAME} ${STATIC_LIB_LINKER} ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
+ target_link_libraries(${TEST_NAME} BoilerplateCodeDoc_static ${LIB_STATIC_NAME} ${STATIC_LIB_LINKER} ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY})
19
add_test(UnitTest ${TEST_NAME})
20
21
install(TARGETS ${TEST_NAME} RUNTIME DESTINATION ${TEST_INSTALL_DIR})
0 commit comments