12 lines
454 B
CMake
12 lines
454 B
CMake
INCLUDE(../../../cmake/macros.cmake)
|
|
|
|
# The data for the SC clone of the ubiquitous SHADOW robot module.
|
|
|
|
SET(ROBOT_SUBDIRS 1 2 3 4 5 6 7 8 9 10 11 12
|
|
ls2-bavaria-g3gtr ls2-bavaria-nb ls2-boxer-96rsr ls2-cavallo-360r
|
|
ls2-cavallo-360r ls2-vulture-v6rs2)
|
|
|
|
ROBOT_DATA(NAME shadow_ls2
|
|
FILES shadow_ls2.xml default.xml logo.rgb readme.txt
|
|
SUBDIRS ${ROBOT_SUBDIRS} PATTERNS *.xml logo.rgb *.png *.jpg)
|