1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-01 20:30:09 -04:00
2019-05-13 19:59:17 +08:00

6 lines
169 B
CMake

set(COMPONENT_SRCS "cJSON/cJSON.c"
"cJSON/cJSON_Utils.c"
"cJSON/test.c")
set(COMPONENT_ADD_INCLUDEDIRS cJSON)
register_component()