OVMS3-idf/components/json/CMakeLists.txt
Mahavir Jain d41f3cc759 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-10 17:32:14 +05:30

4 lines
134 B
CMake

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