diff --git a/src/drivers/human/CMakeLists.txt b/src/drivers/human/CMakeLists.txt index 2eaa59d2..01681222 100644 --- a/src/drivers/human/CMakeLists.txt +++ b/src/drivers/human/CMakeLists.txt @@ -11,8 +11,12 @@ ROBOT_MODULE(NAME ${ROBOT_NAME} SOURCES ${ROBOT_SOURCES}) ROBOT_DATA(NAME ${ROBOT_NAME} - FILES ${ROBOT_NAME}.xml preferences.xml car.xml logo.png + FILES logo.png SUBDIRS cars PATTERNS *.xml) +ROBOT_DATA(NAME ${ROBOT_NAME} + FILES ${ROBOT_NAME}.xml preferences.xml car.xml + USER) + # TODO: Check if link to client is really needed. ADD_SDLIB_LIBRARY(${ROBOT_NAME} tgf client) diff --git a/src/drivers/networkhuman/CMakeLists.txt b/src/drivers/networkhuman/CMakeLists.txt index 333ecfd4..30a897c0 100644 --- a/src/drivers/networkhuman/CMakeLists.txt +++ b/src/drivers/networkhuman/CMakeLists.txt @@ -11,8 +11,12 @@ ROBOT_MODULE(NAME ${ROBOT_NAME} SOURCES ${ROBOT_SOURCES}) ROBOT_DATA(NAME ${ROBOT_NAME} - FILES ${ROBOT_NAME}.xml preferences.xml car.xml logo.png) + FILES logo.png) # SUBDIRS cars PATTERNS *.xml) +ROBOT_DATA(NAME ${ROBOT_NAME} + FILES ${ROBOT_NAME}.xml preferences.xml car.xml + USER) + # TODO: Check if link to client is really needed. ADD_SDLIB_LIBRARY(${ROBOT_NAME} tgf client networking)