Merge pull request #44 from DK-sr/cmake_install_space_fix

fix: add launch copy command in CMakeLists.txt
This commit is contained in:
livox
2020-07-20 14:31:08 +08:00
committed by GitHub

View File

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