We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04b7fd commit c12e541Copy full SHA for c12e541
1 file changed
test/CMakeLists.txt
@@ -1,5 +1,6 @@
1
add_executable(test_web_server EXCLUDE_FROM_ALL test_web_server.cpp)
2
target_link_libraries(test_web_server ${PROJECT_NAME} ${catkin_LIBRARIES})
3
+target_include_directories(test_web_server PRIVATE ${catkin_INCLUDE_DIRS})
4
5
if(TARGET tests)
6
add_dependencies(tests
0 commit comments