Skip to content
Snippets Groups Projects
Commit 395ffc39 authored by Fabian Reister's avatar Fabian Reister
Browse files

adding files to cmake

parent dc0b2e92
No related branches found
No related tags found
1 merge request!128Resolve "Add Object Memory"
......@@ -15,6 +15,7 @@ set(LIB_FILES
json_conversions.cpp
ice_conversions.cpp
aron_conversions.cpp
)
set(LIB_HEADERS
ArmarXObjects.h
......@@ -26,6 +27,7 @@ set(LIB_HEADERS
json_conversions.h
ice_conversions.h
aron_conversions.h
)
armarx_add_library("${LIB_NAME}" "${LIB_FILES}" "${LIB_HEADERS}" "${LIBS}")
......
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