Skip to content
Snippets Groups Projects
Commit a32428a5 authored by Christian Dreher's avatar Christian Dreher
Browse files

fix: Proper CMake config to link right libraries.

parent 97f89481
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ armarx_add_component_interface_lib(
SLICE_FILES
NavigatorInterface.ice
ICE_LIBS
RobotAPIInterfaces
ArmarXCore
RobotAPI
)
......@@ -20,16 +21,15 @@ armarx_add_component(
## ArmarXCoreComponentPlugins # For DebugObserver plugin.
# ArmarXGui
## ArmarXGuiComponentPlugins # For RemoteGui plugin.
RobotAPI
## RobotAPICore
## RobotAPIInterfaces
# RobotAPI
RobotAPICore
RobotAPIInterfaces
## RobotAPIComponentPlugins # For ArViz and other plugins.
# This project
## ${PROJECT_NAME}Interfaces # For ice interfaces from this package.
# This component
## NavigatorInterfaces # If you defined a component ice interface above.
NavigatorInterfaces
Navigation::server
......
......@@ -26,7 +26,7 @@
// ArmarX
#include <ArmarXCore/interface/serialization/Eigen.ice>
#include <RobotAPI/interface/aron/Aron.ice>
#include <RobotAPI/interface/aron.ice>
module armarx
......
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