mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-11 06:45:19 +00:00
10 lines
145 B
Python
10 lines
145 B
Python
|
src = Split('''
|
||
|
cJSON.c
|
||
|
cJSON_Utils.c
|
||
|
''')
|
||
|
component = aos_component('cjson', src)
|
||
|
|
||
|
component.add_global_includes('include')
|
||
|
|
||
|
|