Skip to content

Commit

Permalink
Merge pull request #30 from v4hn/install-sound_play.h
Browse files Browse the repository at this point in the history
install sound_play.h and export include folder
  • Loading branch information
ahendrix committed Jan 20, 2014
2 parents 824df59 + 733b6c6 commit 790f6e8
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 790f6e8

Please sign in to comment.