4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 06:03:31 +08:00

13 lines
217 B
Python

from building import *
cwd = GetCurrentDir()
src = Split('''
lodepng.c
''')
CPPPATH = [cwd]
group = DefineGroup('RTGUI', src, depend = ['RT_USING_RTGUI', 'RTGUI_IMAGE_LODEPNG'], CPPPATH = CPPPATH)
Return('group')