mirror of
https://github.com/CircusMonkey/ros_rtsp.git
synced 2025-03-03 09:13:48 -04:00
Changes to support colcon build
This commit is contained in:
parent
f8ef9f77e9
commit
fa93c3926a
@ -169,33 +169,22 @@ target_link_libraries(image_to_rtsp_nodelet
|
|||||||
# all install targets should use catkin DESTINATION variables
|
# all install targets should use catkin DESTINATION variables
|
||||||
# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html
|
# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html
|
||||||
|
|
||||||
## Mark executable scripts (Python etc.) for installation
|
install(TARGETS image_to_rtsp_nodelet
|
||||||
## in contrast to setup.py, you can choose the destination
|
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
||||||
# install(PROGRAMS
|
)
|
||||||
# scripts/my_python_script
|
|
||||||
# DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
|
||||||
# )
|
|
||||||
|
|
||||||
## Mark executables and/or libraries for installation
|
install(DIRECTORY include/
|
||||||
# install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}_node
|
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
|
||||||
# ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
FILES_MATCHING PATTERN "*.h"
|
||||||
# LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
|
)
|
||||||
# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
|
|
||||||
# )
|
|
||||||
|
|
||||||
## Mark cpp header files for installation
|
install(DIRECTORY launch config
|
||||||
# install(DIRECTORY include/${PROJECT_NAME}/
|
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
|
||||||
# DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
|
)
|
||||||
# FILES_MATCHING PATTERN "*.h"
|
|
||||||
# PATTERN ".svn" EXCLUDE
|
|
||||||
# )
|
|
||||||
|
|
||||||
## Mark other files for installation (e.g. launch and bag files, etc.)
|
install(FILES nodelet_plugins.xml
|
||||||
# install(FILES
|
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
|
||||||
# # myfile1
|
)
|
||||||
# # myfile2
|
|
||||||
# DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
|
|
||||||
# )
|
|
||||||
|
|
||||||
#############
|
#############
|
||||||
## Testing ##
|
## Testing ##
|
||||||
|
Loading…
Reference in New Issue
Block a user