mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 02:18:54 +00:00
12 lines
234 B
Python
12 lines
234 B
Python
Import('RTT_ROOT')
|
|
Import('rtconfig')
|
|
from building import *
|
|
|
|
cwd = GetCurrentDir()
|
|
src = Glob('beep.c')
|
|
|
|
CPPPATH = [cwd]
|
|
|
|
group = DefineGroup('Packages', src, depend = ['LPKG_USING_BEEP'], CPPPATH = CPPPATH)
|
|
|
|
Return('group') |