Skip to content

Commit

Permalink
[Perception] fix link libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthr05 committed Nov 29, 2020
1 parent df42f6f commit 24dc1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perception/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ if(FRAMEWORK_COMPILE_Perception)
SOURCES src/ArucoDetector.cpp
PUBLIC_HEADERS ${H_PREFIX}/ArucoDetector.h
SUBDIRECTORIES tests/Perception/Features
PUBLIC_LINK_LIBRARIES BipedalLocomotion::ParametersHandler BipedalLocomotion::GenericContainer BipedalLocomotion::CommonConversions ${OpenCV_LIBS})
PUBLIC_LINK_LIBRARIES BipedalLocomotion::ParametersHandler BipedalLocomotion::GenericContainer BipedalLocomotion::CommonConversions BipedalLocomotion::System ${OpenCV_LIBS} Eigen3::Eigen)
endif()

0 comments on commit 24dc1ff

Please sign in to comment.