4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-05 02:24:33 +08:00

13 lines
232 B
Python

from building import *
import rtconfig
cwd = GetCurrentDir()
src = Split('''
tjpgd.c
''')
CPPPATH = [cwd]
group = DefineGroup('RTGUI', src, depend = ['RT_USING_GUIENGINE', 'RTGUI_IMAGE_TJPGD'], CPPPATH = CPPPATH)
Return('group')