9
iap/SConscript
Normal file
9
iap/SConscript
Normal file
@@ -0,0 +1,9 @@
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = Glob('*.c')
|
||||
path = [cwd]
|
||||
|
||||
group = DefineGroup('IAP', src, depend = [], CPPPATH = path)
|
||||
|
||||
Return('group')
|
Reference in New Issue
Block a user