4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-09 10:41:21 +08:00

13 lines
201 B
Python
Raw Normal View History

2014-04-20 10:09:55 +08:00
from building import *
cwd = GetCurrentDir()
src = Split('''
lodepng.c
''')
CPPPATH = [cwd]
group = DefineGroup('lodepng', src, depend = ['RTGUI_IMAGE_LODEPNG'], CPPPATH = CPPPATH)
Return('group')