Skip to content

Commit

Permalink
Added source install to simple message package
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-edwards committed Jan 6, 2014
1 parent a7f8077 commit dad2fe5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions simple_message/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,10 @@ install(
install(
DIRECTORY include/${PROJECT_NAME}/
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})

# The simple message library is a source library with only the most common
# libraries pre-built. For this reason, the source is installed in the shared
# directory.
install(
DIRECTORY src/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/src)

0 comments on commit dad2fe5

Please sign in to comment.