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