SConscript 232 B

1234567891011
  1. from building import *
  2. cwd = GetCurrentDir()
  3. src = []
  4. if GetDepend(['BSP_USING_ARDUINO_ST7789_DEMO']):
  5. src += ['ST7789_demo.cpp']
  6. group = DefineGroup('RTduino-libraries', src, depend = ['BSP_USING_ARDUINO'])
  7. Return('group')