From 733b6c6df26be4848fe205dbcebbcd2eae7d13d4 Mon Sep 17 00:00:00 2001 From: v4hn Date: Mon, 20 Jan 2014 18:05:41 +0100 Subject: [PATCH] install sound_play.h and export include folder --- sound_play/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sound_play/CMakeLists.txt b/sound_play/CMakeLists.txt index 896ec475..d5083dda 100644 --- a/sound_play/CMakeLists.txt +++ b/sound_play/CMakeLists.txt @@ -12,7 +12,8 @@ catkin_python_setup() generate_messages() -catkin_package(CATKIN_DEPENDS message_runtime) +catkin_package(CATKIN_DEPENDS message_runtime + INCLUDE_DIRS include) add_subdirectory(test) @@ -29,3 +30,6 @@ install(FILES soundplay_node.launch test.launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}) + +install(DIRECTORY include/${PROJECT_NAME}/ + DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})