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

11 lines
192 B
Python
Raw Normal View History

2024-06-04 19:00:30 +08:00
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
path = [cwd]
group = DefineGroup('at24cxx', src, depend = ['LPKG_USING_AT24CXX'], CPPPATH = path)
Return('group')