Skip to content
Snippets Groups Projects
Commit 483c697a authored by Patrick Hegemann's avatar Patrick Hegemann
Browse files

Clean up SkillsMemory CMake

parent ba793aca
No related branches found
No related tags found
2 merge requests!157armem/dev => master,!142Statechart memory in the SkillsMemory
This commit is part of merge request !157. Comments created here will be created in the context of that merge request.
......@@ -10,6 +10,7 @@ set(COMPONENT_LIBS
${IVT_LIBRARIES}
)
set(SOURCES
SkillsMemory.cpp
)
......@@ -17,14 +18,9 @@ set(HEADERS
SkillsMemory.h
)
armarx_add_component("${SOURCES}" "${HEADERS}")
#armarx_enable_aron_file_generation_for_target(
# TARGET_NAME
# ${ARMARX_COMPONENT_NAME}
# ARON_FILES
# aron/StatechartData.xml
#)
#generate the application
armarx_generate_and_add_component_executable()
......
......@@ -22,11 +22,10 @@ add_subdirectory(armem_gui)
add_subdirectory(armem_objects)
add_subdirectory(armem_robot_localization)
add_subdirectory(armem_robot_mapping)
add_subdirectory(armem_skills)
add_subdirectory(aron)
add_subdirectory(NJointControllerGuiPluginUtility)
add_subdirectory(RobotAPINJointControllerWidgets)
add_subdirectory(RobotUnitDataStreamingReceiver)
add_subdirectory(GraspingUtility)
add_subdirectory(armem_skills)
\ No newline at end of file
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