Skip to content

Commit

Permalink
Add installation of /samples directory to CMakeLists.txt (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdboer authored Nov 16, 2024
1 parent 6d1d064 commit dfe8850
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions audio_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@ install(TARGETS
DESTINATION lib/${PROJECT_NAME}
)

install(DIRECTORY
samples
DESTINATION share/${PROJECT_NAME}
)

ament_package()

0 comments on commit dfe8850

Please sign in to comment.