Files
luban-lite-t3e-pro/packages/third-party/beep/SConscript

12 lines
234 B
Python
Raw Normal View History

2023-08-30 16:21:18 +08:00
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')