We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cf601 commit 2ccffbbCopy full SHA for 2ccffbb
spacenav/CMakeLists.txt
@@ -18,7 +18,6 @@ find_package(rclcpp_components REQUIRED)
18
find_package(sensor_msgs REQUIRED)
19
find_package(SPNAV REQUIRED)
20
21
-include_directories(include)
22
add_library(spacenav
23
SHARED
24
src/spacenav.cpp)
@@ -29,6 +28,7 @@ target_include_directories(spacenav
29
28
ament_target_dependencies(spacenav
30
"geometry_msgs"
31
"rclcpp"
+ "rclcpp_components"
32
"sensor_msgs")
33
34
target_link_libraries(spacenav spnav)
@@ -55,5 +55,4 @@ if(BUILD_TESTING)
55
ament_lint_auto_find_test_dependencies()
56
endif()
57
58
-
59
ament_package()
0 commit comments