Skip to content

Commit

Permalink
[CMake] fix install of utils headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Oct 31, 2019
1 parent 99f6fbb commit 3f81d67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/sot/torque_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ SET(${LIBRARY_NAME}_HEADERS
torque-offset-estimator.hh
imu_offset_compensation.hh
admittance-controller.hh
)

SET(${LIBRARY_NAME}_HEADERS_UTILS
utils/trajectory-generators.hh
utils/lin-estimator.hh
utils/poly-estimator.hh
Expand All @@ -25,3 +28,4 @@ SET(${LIBRARY_NAME}_HEADERS
)

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

0 comments on commit 3f81d67

Please sign in to comment.