From c56840f03cf139d60c6d90b55cf16e70f6ae2bc2 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 21 Jun 2015 00:15:04 +0200 Subject: o Going all header file based and single-executable to launch all apps. o Ading CMake magic to generate the launcher --- test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e8dc219..d1feed8 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -19,7 +19,6 @@ foreach(testSrc ${TEST_SRCS}) target_link_libraries(${testName} ${Boost_LIBRARIES}) include_directories("${PROJECT_SOURCE_DIR}/apps") - target_link_libraries(${testName} trygvis-apps) #I like to move testing binaries into a testBin directory set_target_properties(${testName} PROPERTIES -- cgit v1.2.3