11 lines
345 B
CMake
11 lines
345 B
CMake
INCLUDE(../../../cmake/macros.cmake)
|
|
|
|
# The data for the MPA11 clone of the ubiquitous SHADOW robot module.
|
|
|
|
SET(ROBOT_SUBDIRS 0 1 2 3
|
|
mpa11-murasama tracks)
|
|
|
|
ROBOT_DATA(NAME shadow_mpa11
|
|
FILES shadow_mpa11.xml default.xml logo.rgb readme.txt
|
|
SUBDIRS ${ROBOT_SUBDIRS} PATTERNS *.xml logo.rgb *.png *.jpg)
|