mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-13 18:08:54 +00:00
11 lines
192 B
Python
11 lines
192 B
Python
|
|
|
||
|
|
from building import *
|
||
|
|
|
||
|
|
cwd = GetCurrentDir()
|
||
|
|
src = Glob('*.c')
|
||
|
|
path = [cwd]
|
||
|
|
|
||
|
|
group = DefineGroup('at24cxx', src, depend = ['LPKG_USING_AT24CXX'], CPPPATH = path)
|
||
|
|
|
||
|
|
Return('group')
|