rt-thread/components/external/lodepng/SConscript

13 lines
234 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('RTGUI', src, depend = ['RT_USING_RTGUI', 'RTGUI_IMAGE_LODEPNG', 'RT_USING_LIBC'], CPPPATH = CPPPATH)
2014-04-20 10:09:55 +08:00
Return('group')