fix: add launch copy command in CMakeLists.txt

This commit is contained in:
DK
2020-07-09 15:26:55 +09:00
parent 8d887a85c7
commit 7ac39a17bd

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