We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de09827 commit 91527f9Copy full SHA for 91527f9
1 file changed
pluginlib/CMakeLists.txt
@@ -15,6 +15,7 @@ if(CATKIN_ENABLE_TESTING)
15
include_directories(include ${catkin_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${TinyXML2_INCLUDE_DIRS})
16
17
add_library(test_plugins EXCLUDE_FROM_ALL SHARED test/test_plugins.cpp)
18
+ target_link_libraries(test_plugins ${class_loader_LIBRARIES})
19
20
catkin_add_gtest(${PROJECT_NAME}_utest test/utest.cpp)
21
if(TARGET ${PROJECT_NAME}_utest)
0 commit comments