Skip to content

Commit

Permalink
[RobotInterface] fix installation folder for YarpImplementation
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthr05 committed Sep 12, 2020
1 parent 8a40c13 commit b5c1e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RobotInterface/YarpImplementation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ if(FRAMEWORK_COMPILE_YarpImplementation)
SOURCES src/YarpRobotControl.cpp
PUBLIC_HEADERS include/BipedalLocomotion/RobotInterface/YarpRobotControl.h
PUBLIC_LINK_LIBRARIES BipedalLocomotion::RobotInterface YARP::YARP_dev
INSTALLATION_FOLDER ParametersHandler)
INSTALLATION_FOLDER RobotInterface)

endif()

0 comments on commit b5c1e70

Please sign in to comment.