Skip to content

Commit ebe445d

Browse files
Merge pull request #20 from nobleo/fix/install-headers
Install header files to be available in install-space
2 parents 59cd301 + b7340bd commit ebe445d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ target_link_libraries(test_server ${catkin_LIBRARIES} )
7373
######################################################
7474
# INSTALL
7575

76+
install(DIRECTORY include/${PROJECT_NAME}/
77+
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
7678

7779
######################################################
7880
# EXAMPLES and TOOLS

0 commit comments

Comments
 (0)