mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
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
This commit is contained in:
parent
313c1ed1ba
commit
8df70a1728
@ -1,4 +1,3 @@
|
|||||||
idf_component_register(SRCS "cJSON/cJSON.c"
|
idf_component_register(SRCS "cJSON/cJSON.c"
|
||||||
"cJSON/cJSON_Utils.c"
|
"cJSON/cJSON_Utils.c"
|
||||||
"cJSON/test.c"
|
|
||||||
INCLUDE_DIRS cJSON)
|
INCLUDE_DIRS cJSON)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user