13 lines
534 B
CMake
13 lines
534 B
CMake
|
INCLUDE(../../../cmake/macros.cmake)
|
||
|
|
||
|
# The data for the LS1 clone of the ubiquitous USR robot module.
|
||
|
|
||
|
SET(ROBOT_SUBDIRS 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
||
|
ls1-archer-r9 ls1-cavallo-570s1 ls1-marisatech-gt4r
|
||
|
ls1-newcastle-fury ls1-taipan-ltsr ls1-toro-rgt
|
||
|
ls1-vulture-v5r ls1-vulture-v6r ls1-zentek-z7r)
|
||
|
|
||
|
ROBOT_DATA(NAME usr_ls1
|
||
|
FILES usr_ls1.xml default.xml logo.rgb readme.txt
|
||
|
SUBDIRS ${ROBOT_SUBDIRS} PATTERNS *.xml logo.rgb *.png *.jpg *.dat)
|