mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
198 B
CMake
9 lines
198 B
CMake
set(COMPONENT_SRCS "cJSON/cJSON.c"
|
|
"cJSON/cJSON_Utils.c"
|
|
"cJSON/test.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS cJSON)
|
|
|
|
set(COMPONENT_REQUIRES "")
|
|
|
|
register_component()
|