add config install setting

This commit is contained in:
taichiH
2020-12-16 21:13:03 +09:00
parent 286827827d
commit abc1139833

View File

@@ -212,12 +212,12 @@ install(TARGETS ${PROJECT_NAME}_node
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
) )
install(DIRECTORY launch/ install(DIRECTORY
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch launch
config
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
) )
#--------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------
# end of CMakeList.txt # end of CMakeList.txt
#--------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------