Skip to content
Snippets Groups Projects
Commit 12621453 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Set up the install commands for the CMake.

parent 485e3683
No related branches found
No related tags found
No related merge requests found
...@@ -138,18 +138,17 @@ target_link_libraries(modules ...@@ -138,18 +138,17 @@ target_link_libraries(modules
# ) # )
## Mark executables and/or libraries for installation ## Mark executables and/or libraries for installation
# install(TARGETS iri_ros_tool iri_ros_tool_node install(TARGETS ${PROJECT_NAME} modules
# ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
# LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
# RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
# ) )
## Mark cpp header files for installation ## Mark cpp header files for installation
# install(DIRECTORY include install(DIRECTORY include
# DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION} DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
# FILES_MATCHING PATTERN "*.h" FILES_MATCHING PATTERN "*.h"
# PATTERN ".svn" EXCLUDE )
# )
## Mark other files for installation (e.g. launch and bag files, etc.) ## Mark other files for installation (e.g. launch and bag files, etc.)
# install(FILES # install(FILES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment