mirror of
https://github.com/Livox-SDK/livox_ros_driver.git
synced 2023-04-06 15:49:55 +08:00
Install executable into ROS
This commit is contained in:
@@ -199,6 +199,17 @@ target_link_libraries(${PROJECT_NAME}_node
|
|||||||
${APR_LIBRARIES}
|
${APR_LIBRARIES}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
#---------------------------------------------------------------------------------------
|
||||||
|
# Install
|
||||||
|
#---------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
install(TARGETS ${PROJECT_NAME}_node
|
||||||
|
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||||
|
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||||
|
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
||||||
|
)
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------------
|
||||||
# end of CMakeList.txt
|
# end of CMakeList.txt
|
||||||
#---------------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user