Skip to content

Commit 3f81d67

Browse files
committed
[CMake] fix install of utils headers
1 parent 99f6fbb commit 3f81d67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/sot/torque_control/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ SET(${LIBRARY_NAME}_HEADERS
1616
torque-offset-estimator.hh
1717
imu_offset_compensation.hh
1818
admittance-controller.hh
19+
)
20+
21+
SET(${LIBRARY_NAME}_HEADERS_UTILS
1922
utils/trajectory-generators.hh
2023
utils/lin-estimator.hh
2124
utils/poly-estimator.hh
@@ -25,3 +28,4 @@ SET(${LIBRARY_NAME}_HEADERS
2528
)
2629

2730
INSTALL(FILES ${${LIBRARY_NAME}_HEADERS} DESTINATION include/${CUSTOM_HEADER_DIR})
31+
INSTALL(FILES ${${LIBRARY_NAME}_HEADERS_UTILS} DESTINATION include/${CUSTOM_HEADER_DIR}/utils)

0 commit comments

Comments
 (0)