mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-22 02:17:32 +08:00
Add LodePNG library.
This commit is contained in:
+3
-1
@@ -12,8 +12,10 @@
|
||||
build
|
||||
*~
|
||||
*.o
|
||||
*.obj
|
||||
*.bak
|
||||
*.dep
|
||||
*.lib
|
||||
*.a
|
||||
|
||||
*.i
|
||||
*.d
|
||||
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = Split('''
|
||||
lodepng.c
|
||||
''')
|
||||
|
||||
CPPPATH = [cwd]
|
||||
|
||||
group = DefineGroup('lodepng', src, depend = ['RTGUI_IMAGE_LODEPNG'], CPPPATH = CPPPATH)
|
||||
|
||||
Return('group')
|
||||
+6263
File diff suppressed because it is too large
Load Diff
+1719
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user