Skip to content
Snippets Groups Projects
Unverified Commit aa74be88 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #16 from nim65s/topic/workaround

[CMake] find -lparameter-server
parents b852b82a 7452cd7b
No related branches found
No related tags found
No related merge requests found
Pipeline #12187 passed with warnings
......@@ -23,6 +23,8 @@ ENDIF(UNIX)
ADD_DEFINITIONS(-DDEBUG=2)
# find -lparameter-server. TODO: that's ugly, properly export a component for each plugin instead.
LINK_DIRECTORIES("${sot-core_DIR}/../../../${DYNAMIC_GRAPH_PLUGINDIR}")
FOREACH(test ${tests})
ADD_UNIT_TEST(${test} ${test}.cpp)
TARGET_LINK_LIBRARIES(${test} PRIVATE ${PROJECT_NAME} ${${test}_deps} Boost::unit_test_framework)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment