We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0219a9c + f82abfb commit 033d5ceCopy full SHA for 033d5ce
1 file changed
test/CMakeLists.txt
@@ -1,5 +1,9 @@
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
+include_directories(
4
+ ${catkin_INCLUDE_DIRS}
5
+)
6
+
7
8
if(TARGET tests)
9
add_dependencies(tests
0 commit comments