Files
test_rtt_413/iap/SConscript
T

10 lines
158 B
Python
Raw Normal View History

2022-12-13 09:26:50 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
path = [cwd]
group = DefineGroup('IAP', src, depend = [], CPPPATH = path)
Return('group')