mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-13 18:08:54 +00:00
V1.0.5
This commit is contained in:
10
packages/third-party/at24cxx/SConscript
vendored
Normal file
10
packages/third-party/at24cxx/SConscript
vendored
Normal 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')
|
||||
Reference in New Issue
Block a user