Skip to content

Commit f9ea7d8

Browse files
youtalkzulfaqar-azmi-t4
authored andcommitted
chore(perception_utils): install include directory (autowarefoundation#9354)
1 parent 8f42097 commit f9ea7d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

perception/perception_utils/CMakeLists.txt

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ target_link_libraries(${PROJECT_NAME}
1313
${OpenCV_LIBS}
1414
)
1515

16+
install(
17+
DIRECTORY include/
18+
DESTINATION include
19+
)
20+
1621
if(BUILD_TESTING)
1722
ament_auto_add_gtest(test_utils
1823
test/test_utils.cpp

0 commit comments

Comments
 (0)