Skip to content

Commit

Permalink
chore(perception_utils): install include directory (#9354)
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk authored Nov 19, 2024
1 parent f112f65 commit 9aab36b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions perception/perception_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ target_link_libraries(${PROJECT_NAME}
${OpenCV_LIBS}
)

install(
DIRECTORY include/
DESTINATION include
)

if(BUILD_TESTING)
ament_auto_add_gtest(test_utils
test/test_utils.cpp
Expand Down

0 comments on commit 9aab36b

Please sign in to comment.