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

12 lines
275 B
CMake
Raw Permalink Normal View History

2023-12-12 18:58:24 +01:00
INCLUDE(../../../cmake/macros.cmake)
SET(ROBOT_NAME "human")
ROBOT_DATA(NAME ${ROBOT_NAME}
FILES logo.png logo.rgb
SUBDIRS cars PATTERNS *.xml)
ROBOT_DATA(NAME ${ROBOT_NAME}
FILES ${ROBOT_NAME}.xml preferences.xml car.xml
USER)