mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
7 lines
132 B
Python
7 lines
132 B
Python
|
import os
|
||
|
|
||
|
env=DefaultEnvironment().Clone()
|
||
|
LIB_DIR=os.environ['LIB_DIR'];
|
||
|
env.Library(os.path.join(LIB_DIR, 'glad'), Glob('*.c'))
|
||
|
|