speed-dreams/data/drivers/simplix_mp5/CMakeLists.txt

12 lines
381 B
CMake
Raw Normal View History

2023-12-12 18:58:24 +01:00
INCLUDE(../../../cmake/macros.cmake)
# The data for the MP5 clone of the ubiquitous Simplix module.
SET(ROBOT_SUBDIRS 0 1 2 3 4 5
mp5-fmc mp5-fmc-drift mp5-fmc-speedy
tracks)
ROBOT_DATA(NAME simplix_mp5
FILES simplix_mp5.xml default.xml logo.rgb readme.txt
SUBDIRS ${ROBOT_SUBDIRS} PATTERNS *.xml logo.rgb *.png *.jpg)