4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 08:59:22 +08:00
2017-11-29 18:35:13 +08:00

14 lines
259 B
Python

Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
CPPPATH = [cwd]
src = []
CPPDEFINES = ['SDK_DEBUGCONSOLE=0']
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = CPPPATH, CPPDEFINES=CPPDEFINES)
Return('group')