forked from espressif/esp-idf
components: use new component registration api
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
set(COMPONENT_SRCS "cJSON/cJSON.c"
|
||||
"cJSON/cJSON_Utils.c"
|
||||
"cJSON/test.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS cJSON)
|
||||
register_component()
|
||||
idf_component_register(SRCS "cJSON/cJSON.c"
|
||||
"cJSON/cJSON_Utils.c"
|
||||
"cJSON/test.c"
|
||||
INCLUDE_DIRS cJSON)
|
||||
|
||||
Reference in New Issue
Block a user