Skip to content

Commit 42ea48c

Browse files
authored
Merge pull request #170 from nim65s/devel
[CMake] find -ltracer
2 parents 7f5a93e + 16bf836 commit 42ea48c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ IF(UNIX)
109109
pluginabstract ${CMAKE_DL_LIBS})
110110
ENDIF(UNIX)
111111

112+
# find -ltracer. TODO: that's ugly, properly export a component for each plugin instead.
113+
LINK_DIRECTORIES("${dynamic-graph_DIR}/../../../${DYNAMIC_GRAPH_PLUGINDIR}")
112114
FOREACH(path ${tests})
113115
GET_FILENAME_COMPONENT(test ${path} NAME)
114116
ADD_UNIT_TEST(${test} ${path}.cpp)

0 commit comments

Comments
 (0)