Re #224 Fixed regression after conversion to enhanced ROBOT_DATA macro (none of the main XML files of the human robots were installed at run-time in the user settings folder)

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3080 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: d0d90e410a54afa2640b3074edeaac692b375534
Former-commit-id: 51a6704d088d5de8834071f8611894fb9f628ac6
This commit is contained in:
pouillot 2010-11-02 15:13:05 +00:00
parent ae03f76ff5
commit dbb1523a59
2 changed files with 10 additions and 2 deletions

View file

@ -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)

View file

@ -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)