12 lines
499 B
CMake
12 lines
499 B
CMake
INCLUDE(../../../cmake/macros.cmake)
|
|
|
|
SET(ROBOT_SUBDIRS 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
|
36gp-century-r11b 36gp-ettore-t59 36gp-milano-12c36
|
|
36gp-milano-tipop3 36gp-motorunion-typec 36gp-silber-w25b
|
|
36gp-tridenti-6c34 36gp-tridenti-v8ri
|
|
tracks)
|
|
|
|
ROBOT_DATA(NAME dandroid_36GP
|
|
FILES dandroid_36GP.xml default.xml logo.rgb readme.txt
|
|
SUBDIRS ${ROBOT_SUBDIRS} PATTERNS *.xml logo.rgb *.png *.jpg *.csv)
|