Skip to content

Commit

Permalink
install sound_play.h and export include folder
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jan 20, 2014
1 parent 824df59 commit 733b6c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sound_play/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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})

0 comments on commit 733b6c6

Please sign in to comment.