mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-24 21:18:54 +00:00
v1.1.1
This commit is contained in:
@@ -6,6 +6,11 @@ cwd = GetCurrentDir()
|
||||
src = Glob('*.c')
|
||||
CPPPATH = []
|
||||
|
||||
if GetDepend('AIC_USING_CTP'):
|
||||
CPPPATH.append(cwd)
|
||||
CPPPATH.append(cwd + '/common')
|
||||
src += Glob('common/*.c')
|
||||
|
||||
if GetDepend('AIC_TOUCH_PANEL_GT911'):
|
||||
CPPPATH.append(cwd + '/gt911/inc')
|
||||
src += Glob('gt911/src/*.c')
|
||||
|
||||
Reference in New Issue
Block a user