diff --git a/source/RobotAPI/components/ArViz/CMakeLists.txt b/source/RobotAPI/components/ArViz/CMakeLists.txt index 28c1a21d9e549011313e6e0d36368cd5c7edee23..9638058676450ed6fcb7d8ff884cf7ebf8beb67e 100644 --- a/source/RobotAPI/components/ArViz/CMakeLists.txt +++ b/source/RobotAPI/components/ArViz/CMakeLists.txt @@ -142,7 +142,7 @@ set(HEADERS ArVizStorage.h ) -armarx_add_component_executable("${SOURCES}" "${HEADERS}") +armarx_add_component_executable("${SOURCES};${HEADERS}" "${HEADERS}") add_subdirectory(Example)