chore(install):fix install sub dirs
This commit is contained in:
parent
b89b9a20e4
commit
8fb4b8d396
|
@ -133,12 +133,12 @@ install(TARGETS mynteye_wrapper mynteye_wrapper_node
|
|||
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
||||
)
|
||||
|
||||
install(DIRECTORY launch
|
||||
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
|
||||
install(DIRECTORY launch/
|
||||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch
|
||||
)
|
||||
|
||||
install(DIRECTORY rviz
|
||||
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
|
||||
install(DIRECTORY rviz/
|
||||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/rviz
|
||||
)
|
||||
|
||||
install(FILES nodelet_plugins.xml
|
||||
|
|
Loading…
Reference in New Issue
Block a user