Skip to content
Snippets Groups Projects
Commit 3638691c authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Reduce link libraries

parent 51941db7
No related branches found
No related tags found
No related merge requests found
Pipeline #
Showing
with 10 additions and 10 deletions
......@@ -33,7 +33,7 @@ set(COMPONENT_LIBS
ArmarXCore
ArmarXPhysicsWorldVisualization
DepthImageProviderDynamicSimulation
${IVT_LIBRARIES}
ivt ivtvideocapture ivtopencv
${PCL_LIBRARIES}
${Simox_LIBRARIES}
)
......
......@@ -30,7 +30,7 @@ set(COMPONENT_LIBS VisionXInterfaces VisionXCore VisionXTools
ArmarXSimulationInterfaces
MemoryXCore
ImageProviderDynamicSimulation
${IVT_LIBRARIES} ${Boost_LIBRARIES} ${Simox_LIBRARIES})
ivt ivtvideocapture ivtopencv ${Boost_LIBRARIES} ${Simox_LIBRARIES})
set(EXE_SOURCES main.cpp)
armarx_add_component_executable("${EXE_SOURCES}")
......
......@@ -11,7 +11,7 @@ if(IVT_FOUND AND Simox_FOUND)
include_directories(SYSTEM ${Eigen3_INCLUDE_DIR})
endif()
set(COMPONENT_LIBS ArmarXCoreInterfaces ArmarXCore ArmarXCoreObservers RobotAPIUnits RobotHandLocalizationDynamicSimulation ${IVT_LIBRARIES})
set(COMPONENT_LIBS ArmarXCoreInterfaces ArmarXCore ArmarXCoreObservers RobotAPIUnits RobotHandLocalizationDynamicSimulation ivt ivtvideocapture ivtopencv)
set(EXE_SOURCE main.cpp)
......
......@@ -11,7 +11,7 @@ if(IVT_FOUND AND Simox_FOUND)
include_directories(SYSTEM ${Eigen3_INCLUDE_DIR})
endif()
set(COMPONENT_LIBS ArmarXCoreInterfaces ArmarXCore ArmarXCoreObservers RobotAPIUnits SelfLocalizationDynamicSimulation ${IVT_LIBRARIES})
set(COMPONENT_LIBS ArmarXCoreInterfaces ArmarXCore ArmarXCoreObservers RobotAPIUnits SelfLocalizationDynamicSimulation ivt ivtvideocapture ivtopencv)
set(EXE_SOURCE main.cpp)
......
......@@ -37,7 +37,7 @@ set(COMPONENT_LIBS
VisionXPointCloud
ArmarXCore
ArmarXPhysicsWorldVisualization
${IVT_LIBRARIES}
ivt ivtvideocapture ivtopencv
${Simox_LIBRARIES}
${PCL_LIBRARIES}
${OPENGL_LIBRARIES}
......
......@@ -31,7 +31,7 @@ set(COMPONENT_LIBS VisionXInterfaces VisionXCore VisionXTools
ArmarXSimulationInterfaces
MemoryXCore
ArmarXPhysicsWorldVisualization
${IVT_LIBRARIES} ${Boost_LIBRARIES} ${Simox_LIBRARIES})
ivt ivtvideocapture ivtopencv ${Boost_LIBRARIES} ${Simox_LIBRARIES})
set(SOURCES ImageProviderDynamicSimulation.cpp)
set(HEADERS ImageProviderDynamicSimulation.h)
......
......@@ -29,7 +29,7 @@ set(COMPONENT_LIBS ArmarXCoreInterfaces
ArmarXSimulationInterfaces
${Boost_LIBRARIES}
${Simox_LIBRARIES}
${IVT_LIBRARIES})
ivt ivtvideocapture ivtopencv)
set(SOURCES KinematicSelfLocalization.cpp)
set(HEADERS KinematicSelfLocalization.h)
......
......@@ -21,7 +21,7 @@ endif()
set(COMPONENT_LIBS ArmarXCoreInterfaces ArmarXCore RobotAPICore MemoryXEarlyVisionHelpers MemoryXInterfaces MemoryXCore ArmarXSimulationInterfaces
${Simox_LIBRARIES}
${IVT_LIBRARIES}
ivt ivtvideocapture ivtopencv
)
set(SOURCES ObjectLocalizerDynamicSimulation.cpp)
......
......@@ -28,7 +28,7 @@ set(COMPONENT_LIBS ArmarXCoreInterfaces
ArmarXSimulationInterfaces
${Boost_LIBRARIES}
${Simox_LIBRARIES}
${IVT_LIBRARIES})
ivt ivtvideocapture ivtopencv)
set(SOURCES RobotHandLocalizationDynamicSimulation.cpp)
set(HEADERS RobotHandLocalizationDynamicSimulation.h)
......
......@@ -29,7 +29,7 @@ set(COMPONENT_LIBS ArmarXCoreInterfaces
ArmarXSimulationInterfaces
${Boost_LIBRARIES}
${Simox_LIBRARIES}
${IVT_LIBRARIES})
ivt ivtvideocapture ivtopencv)
set(SOURCES SelfLocalizationDynamicSimulation.cpp)
set(HEADERS SelfLocalizationDynamicSimulation.h)
......
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