Skip to content
Snippets Groups Projects
Commit b03110cf authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix build

parent 3b41c2b9
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,11 @@ set(HEADERS
armarx_add_component("${SOURCES}" "${HEADERS}")
set(COMPONENT_INCLUDE RobotAPI/components/armem/client/MemoryToDebugObserver/Component.h)
armarx_generate_and_add_component_executable(
COMPONENT_INCLUDE
"${CMAKE_CURRENT_LIST_DIR}/Component.h"
COMPONENT_NAMESPACE
armarx::memory_to_debug_observer
COMPONENT_CLASS_NAME
Component
)
......@@ -30,7 +30,7 @@
#include <RobotAPI/libraries/aron/core/data/variant/primitive/All.h>
#include <RobotAPI/libraries/aron/core/data/visitor/variant/VariantVisitor.h>
namespace armarx
namespace armarx::memory_to_debug_observer
{
armarx::PropertyDefinitionsPtr
......@@ -288,4 +288,4 @@ namespace armarx
}
}
} // namespace armarx
} // namespace armarx::memory_to_debug_observer
......@@ -34,7 +34,7 @@
#include <RobotAPI/libraries/armem/client/plugins/PluginUser.h>
#include <RobotAPI/libraries/armem/core/wm/memory_definitions.h>
namespace armarx
namespace armarx::memory_to_debug_observer
{
......@@ -113,4 +113,4 @@ namespace armarx
RemoteGuiTab tab;
};
} // namespace armarx
} // namespace armarx::memory_to_debug_observer
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