Merge pull request #70 from taichiH/add-config-install

add config install setting
This commit is contained in:
livox
2020-12-18 19:21:24 +08:00
committed by GitHub

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
#--------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------