Skip to content

Commit b8c66a9

Browse files
install include files (#2482)
1 parent 50a699d commit b8c66a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ros2_control_test_assets/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,18 @@ install(
1515
DESTINATION share/ros2_control_test_assets/urdf
1616
)
1717

18+
install(
19+
DIRECTORY include/
20+
DESTINATION include
21+
)
22+
1823
install(TARGETS ros2_control_test_assets
1924
EXPORT export_ros2_control_test_assets
2025
ARCHIVE DESTINATION lib
2126
LIBRARY DESTINATION lib
2227
RUNTIME DESTINATION bin
28+
INCLUDES
29+
DESTINATION include
2330
)
2431

2532
ament_export_targets(export_ros2_control_test_assets HAS_LIBRARY_TARGET)

0 commit comments

Comments
 (0)