Skip to content
Snippets Groups Projects
Commit c4514f76 authored by Manfred Kröhnert's avatar Manfred Kröhnert
Browse files

rename ArmarXInterfaces to ArmarXCoreInterfaces

parent 96b76de1
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ if (Eigen3_FOUND)
include_directories(${Eigen3_INCLUDE_DIR})
endif()
set(COMPONENT_LIBS MMMPlayer ArmarXInterfaces ArmarXCore ${MMMCORE_LIBRARIES})
set(COMPONENT_LIBS MMMPlayer ArmarXCoreInterfaces ArmarXCore ${MMMCORE_LIBRARIES})
set(EXE_SOURCE MMMPlayerApp.h main.cpp)
......
......@@ -25,7 +25,7 @@ if(DMP_FOUND AND MMMCore_FOUND AND Eigen3_FOUND AND MMMTools_FOUND)
link_directories(${IVT_LIBRARY_DIRS})
endif()
set(COMPONENT_LIBS ArmarXInterfaces ArmarXCore MemoryXMemoryTypes ${DMP_LIBRARIES} ${MMMCORE_LIBRARIES} ${MMMTOOLS_LIBRARIES} RobotComponentsInterfaces)
set(COMPONENT_LIBS ArmarXCoreInterfaces ArmarXCore MemoryXMemoryTypes ${DMP_LIBRARIES} ${MMMCORE_LIBRARIES} ${MMMTOOLS_LIBRARIES} RobotComponentsInterfaces)
set(SOURCES
./DMPComponent.cpp
......
......@@ -18,7 +18,7 @@ if (Eigen3_FOUND AND Simox_FOUND)
${Simox_INCLUDE_DIRS})
endif()
set(COMPONENT_LIBS RobotAPIInterfaces RobotAPICore ArmarXInterfaces ArmarXCore ArmarXCoreObservers ${MMMCORE_LIBRARIES})
set(COMPONENT_LIBS RobotAPIInterfaces RobotAPICore ArmarXCoreInterfaces ArmarXCore ArmarXCoreObservers ${MMMCORE_LIBRARIES})
set(SOURCES
./MMMPlayer.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