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.
2 parents 9c0b1b3 + 1679f3d commit 12481a8Copy full SHA for 12481a8
tests/CMakeLists.txt
@@ -17,9 +17,7 @@ SET(TEST_tsot_LIBS
17
gain-adaptive
18
)
19
20
-LINK_DIRECTORIES(${DYNAMIC_GRAPH_PLUGINDIR})
21
-
22
-SET(TEST_test_traces_EXT_LIBS tracer)
+SET(TEST_test_traces_EXT_LIBS dynamic-graph::tracer)
23
24
SET(TEST_test_gain_LIBS
25
gain-adaptive feature-visual-point)
@@ -109,8 +107,6 @@ IF(UNIX)
109
107
pluginabstract ${CMAKE_DL_LIBS})
110
108
ENDIF(UNIX)
111
112
-# find -ltracer. TODO: that's ugly, properly export a component for each plugin instead.
113
-LINK_DIRECTORIES("${dynamic-graph_DIR}/../../../${DYNAMIC_GRAPH_PLUGINDIR}")
114
FOREACH(path ${tests})
115
GET_FILENAME_COMPONENT(test ${path} NAME)
116
ADD_UNIT_TEST(${test} ${path}.cpp)
0 commit comments