This commit is contained in:
刘可亮
2024-06-04 19:00:30 +08:00
parent 990c72f5be
commit 0a13af6a1d
1668 changed files with 342810 additions and 37726 deletions

10
packages/third-party/at24cxx/SConscript vendored Normal file
View File

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