diff --git a/devices/JointTorqueControlDevice/CMakeLists.txt b/devices/JointTorqueControlDevice/CMakeLists.txt index 32efd5c57d..000a806ba5 100644 --- a/devices/JointTorqueControlDevice/CMakeLists.txt +++ b/devices/JointTorqueControlDevice/CMakeLists.txt @@ -38,6 +38,7 @@ if(FRAMEWORK_COMPILE_JointTorqueControlDevice) TYPE BipedalLocomotion::PassThroughControlBoard SOURCES src/PassThroughControlBoard.cpp PUBLIC_HEADERS include/BipedalLocomotion/PassThroughControlBoard.h + PUBLIC_LINK_LIBRARIES ${YARP_LIBRARIES} CONFIGURE_PACKAGE_NAME pass_through_control_board_device)