12 lines
511 B
CMake
12 lines
511 B
CMake
INCLUDE(../../../cmake/macros.cmake)
|
|
|
|
# The data for the 36GP clone of the ubiquitous Simplix module.
|
|
|
|
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-silber-w25b 36gp-motorunion-typec 36gp-tridenti-6c34 36gp-tridenti-v8ri)
|
|
|
|
ROBOT_DATA(NAME shadow_36GP
|
|
FILES shadow_36GP.xml default.xml logo.rgb readme.txt
|
|
SUBDIRS ${ROBOT_SUBDIRS} PATTERNS *.xml logo.rgb *.png *.jpg)
|