Skip to content
Snippets Groups Projects
Commit f0bed24a authored by Fabian Reister's avatar Fabian Reister
Browse files

adding missing includes and dependencies

parent 1d7abefd
No related branches found
No related tags found
No related merge requests found
armarx_component_set_name(RobotControlUI)
set(COMPONENT_LIBS RobotAPIOperations)
set(COMPONENT_LIBS RobotAPIOperations Simox::SimoxUtility)
set(SOURCES main.cpp
RobotControlUI.cpp
......
......@@ -3,6 +3,10 @@ armarx_component_set_name("EarlyVisionGraph")
find_package(Eigen3 QUIET)
armarx_build_if(Eigen3_FOUND "Eigen3 not available")
set(COMPONENT_LIBS
Eigen3::Eigen
)
set(SOURCES
./MathTools.cpp
./SphericalGraph.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment