Skip to content
Snippets Groups Projects
Commit 20ed25fc authored by Daniel Müller's avatar Daniel Müller
Browse files

Fix, also install header files

parent 4297d693
No related branches found
No related tags found
No related merge requests found
......@@ -159,11 +159,11 @@ include_directories(
# )
## Mark cpp header files for installation
# install(DIRECTORY include/${PROJECT_NAME}/
# DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
# FILES_MATCHING PATTERN "*.h"
install(DIRECTORY include/${PROJECT_NAME}/
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment