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 7f5a93e commit 16bf836Copy full SHA for 16bf836
tests/CMakeLists.txt
@@ -109,6 +109,8 @@ IF(UNIX)
109
pluginabstract ${CMAKE_DL_LIBS})
110
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