Skip to content

Commit cfcda5b

Browse files
committed
fixed install
1 parent 8839f99 commit cfcda5b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CMakeLists.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ add_library(${PROJECT_NAME}
7171
#############
7272

7373
# Install plugins
74-
install(FILES swereve_steering_controller_plugins.xml
74+
install(FILES swerve_steering_controller_plugins.xml
7575
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
7676
)
7777

@@ -80,6 +80,10 @@ install(DIRECTORY include/${PROJECT_NAME}/
8080
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
8181
)
8282

83+
install(DIRECTORY launch config
84+
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
85+
)
86+
8387
# Install library
8488
install(TARGETS ${PROJECT_NAME}
8589
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}

0 commit comments

Comments
 (0)