1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-13 11:09:12 -04:00
Mahavir Jain e366b6ac21 cJSON: include only source file objects for cmake build
Test file can cause build issues in some cases, since it has its own main() function
2020-02-05 11:14:23 +05:30

4 lines
134 B
CMake

idf_component_register(SRCS "cJSON/cJSON.c"
"cJSON/cJSON_Utils.c"
INCLUDE_DIRS cJSON)