mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
components: use new component registration api
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
set(COMPONENT_ADD_INCLUDEDIRS include)
|
||||
set(COMPONENT_SRCS "src/esp_https_ota.c")
|
||||
|
||||
set(COMPONENT_REQUIRES esp_http_client)
|
||||
set(COMPONENT_PRIV_REQUIRES log app_update)
|
||||
|
||||
register_component()
|
||||
idf_component_register(SRCS "src/esp_https_ota.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES esp_http_client
|
||||
PRIV_REQUIRES log app_update)
|
||||
|
||||
Reference in New Issue
Block a user