11 lines
332 B
CMake
11 lines
332 B
CMake
INCLUDE(../../../cmake/macros.cmake)
|
|
|
|
# The data for the TRB1 clone of the ubiquitous USR robot module.
|
|
|
|
SET(ROBOT_SUBDIRS 1 2
|
|
trb1-cavallo-360rb)
|
|
|
|
ROBOT_DATA(NAME shadow_trb1
|
|
FILES shadow_trb1.xml default.xml logo.rgb readme.txt
|
|
SUBDIRS ${ROBOT_SUBDIRS} PATTERNS *.xml logo.rgb *.png *.jpg)
|