Skip to content

Commit

Permalink
updated to properly install the headers when the library is being ins…
Browse files Browse the repository at this point in the history
…talled.
  • Loading branch information
finger563 committed Mar 29, 2018
1 parent b36611f commit d4cf427
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vectornav/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ add_library(vectornav
src/vectornav/vn100.c
src/vectornav/vncp_services.c
src/vectornav/vndevice.c)

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 "*.hpp" )

0 comments on commit d4cf427

Please sign in to comment.