We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8839f99 commit cfcda5bCopy full SHA for cfcda5b
CMakeLists.txt
@@ -71,7 +71,7 @@ add_library(${PROJECT_NAME}
71
#############
72
73
# Install plugins
74
-install(FILES swereve_steering_controller_plugins.xml
+install(FILES swerve_steering_controller_plugins.xml
75
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
76
)
77
@@ -80,6 +80,10 @@ install(DIRECTORY include/${PROJECT_NAME}/
80
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
81
82
83
+install(DIRECTORY launch config
84
+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
85
+)
86
+
87
# Install library
88
install(TARGETS ${PROJECT_NAME}
89
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
0 commit comments