Files
luban-lite-t3e-pro/packages/third-party/at24cxx/SConscript
2025-09-30 11:56:06 +08:00

11 lines
202 B
Python

from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
path = [cwd]
group = DefineGroup('at24cxx', src, depend = ['LPKG_USING_AT24CXX'], CPPPATH = path)
Return('group')