4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-06 02:04:34 +08:00

12 lines
232 B
Python

from building import *
cwd = GetCurrentDir()
src = []
if GetDepend(['BSP_USING_ARDUINO_ST7789_DEMO']):
src += ['ST7789_demo.cpp']
group = DefineGroup('RTduino-libraries', src, depend = ['BSP_USING_ARDUINO'])
Return('group')