Skip to content
Snippets Groups Projects
Forked from Florian Leander Singer / RobotAPI
7692 commits behind the upstream repository.
CMakeLists.txt 197 B
armarx_component_set_name("DummyUnitApp")

set(COMPONENT_LIBS RobotAPIInterfaces RobotAPIUnits ArmarXCore)
set(EXE_SOURCE main.cpp DummyUnitApp.h)

armarx_add_component_executable("${EXE_SOURCE}")