14 lines
480 B
CMake
14 lines
480 B
CMake
INCLUDE(../../../cmake/macros.cmake)
|
|
|
|
# The data for the 36GP clone of the ubiquitous USR robot module.
|
|
|
|
SET(ROBOT_SUBDIRS 1 2 3 4 5 6 7 8 9 10 11 12
|
|
36gp-ettore-t59 36gp-milano-12c36 36gp-milano-tipop3
|
|
36gp-motorunion-typec 36gp-tridenti-6c34
|
|
36gp-tridenti-v8ri)
|
|
|
|
ROBOT_DATA(NAME usr_36GP
|
|
FILES usr_36GP.xml default.xml logo.rgb readme.txt
|
|
SUBDIRS ${ROBOT_SUBDIRS} PATTERNS *.xml logo.rgb *.png *.jpg)
|
|
|