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

CMake: repacing DEPENDENCIES PUBLIC... by DEPENDENCIES_PUBLIC

parent e21e1689
No related branches found
No related tags found
No related merge requests found
......@@ -37,20 +37,19 @@ armarx_add_library(core
json_conversions.h
time/ChronoMonotonicTimeServer.h
time/TimeServerInterface.h
DEPENDENCIES
PUBLIC
ArmarXCoreInterfaces
ArmarXCore
ArmarXCoreObservers # variant
# RobotAPI
aron
aroncommon
RobotAPIInterfaces
SemanticObjectRelations
Simox::VirtualRobot
armarx_navigation::core_aron
PRIVATE
range-v3::range-v3
DEPENDENCIES_PUBLIC
ArmarXCoreInterfaces
ArmarXCore
ArmarXCoreObservers # variant
# RobotAPI
aron
aroncommon
RobotAPIInterfaces
SemanticObjectRelations
Simox::VirtualRobot
armarx_navigation::core_aron
DEPENDENCIES_PRIVATE
range-v3::range-v3
)
......
......@@ -7,17 +7,16 @@ armarx_add_aron_library(global_planning_aron
)
armarx_add_library(global_planning
DEPENDENCIES
PUBLIC
ceres
ArmarXCoreInterfaces
ArmarXCore
aroncommon
armarx_navigation::core
armarx_navigation::algorithms
armarx_navigation::global_planning_aron
PRIVATE
range-v3::range-v3
DEPENDENCIES_PUBLIC
Ceres::ceres
ArmarXCoreInterfaces
ArmarXCore
aroncommon
armarx_navigation::core
armarx_navigation::algorithms
armarx_navigation::global_planning_aron
DEPENDENCIES_PRIVATE
range-v3::range-v3
SOURCES
./GlobalPlanner.cpp
./AStar.cpp
......
......@@ -34,8 +34,7 @@ armarx_add_library(server
./monitoring/GoalReachedMonitor.h
# parameterization
./parameterization/MemoryParameterizationService.h
DEPENDENCIES
PUBLIC
DEPENDENCIES_PUBLIC
ArmarXCoreInterfaces
ArmarXCore
ArViz # RobotAPI
......@@ -46,7 +45,7 @@ armarx_add_library(server
armarx_navigation::trajectory_control
armarx_navigation::safety_control
armarx_navigation::memory
PRIVATE
DEPENDENCIES_PRIVATE
range-v3::range-v3
)
......
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