Skip to content

Commit

Permalink
closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexter Watkins committed Mar 29, 2018
1 parent 0e6e464 commit 5021f61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/rcmath/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ add_library(rcmath
src/rcmath/rc_quaternion.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" )

install(TARGETS rcmath
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})


0 comments on commit 5021f61

Please sign in to comment.