Skip to content
Snippets Groups Projects
Commit 57e4a1a5 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[wip/dynamic-introspection] Add missing file.

parent 5ccf08c8
No related branches found
No related tags found
No related merge requests found
Add dependency for singleton_test
--- test/CMakeLists.txt
+++ test/CMakeLists.txt
@@ -1,5 +1,6 @@
add_executable(singleton_test singleton_test.cpp)
target_link_libraries(singleton_test ${catkin_LIBRARIES})
+add_dependencies(singleton_test ${${PROJECT_NAME}_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
add_library(test_class_a test_class_a.cpp)
target_link_libraries(test_class_a ${PROJECT_NAME} ${catkin_LIBRARIES})
--
2.7.4
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