Skip to content
Snippets Groups Projects

armem/dev => master

Merged Fabian Reister requested to merge armem/dev into master
21 files
+ 809
14
Compare changes
  • Side-by-side
  • Inline
Files
21
armarx_component_set_name("VirtualRobotReaderExampleClient")
find_package(IVT QUIET)
armarx_build_if(IVT_FOUND "IVT not available")
set(COMPONENT_LIBS
ArmarXCore
ArmarXCoreInterfaces # for DebugObserverInterface
ArmarXGuiComponentPlugins
RobotAPICore
RobotAPIInterfaces
armem_robot_state
)
set(SOURCES
VirtualRobotReaderExampleClient.cpp
)
set(HEADERS
VirtualRobotReaderExampleClient.h
)
armarx_add_component("${SOURCES}" "${HEADERS}")
# add unit tests
# add_subdirectory(test)
#generate the application
armarx_generate_and_add_component_executable(COMPONENT_NAMESPACE "armarx::robot_state")
Loading