Files
luban-lite-t3e-pro/packages/artinchip/aic-dm-apps/hello/SConscript

10 lines
175 B
Python
Raw Normal View History

2023-11-09 20:19:51 +08:00
from building import *
src = Glob('*.c') + Glob('*.cpp')
cwd = GetCurrentDir()
CPPPATH = [cwd]
group = DefineGroup('', src, depend = [''], CPPPATH=CPPPATH)
Return('group')