Files
esp-idf/components/esp_https_ota/CMakeLists.txt
T

8 lines
175 B
CMake
Raw Normal View History

2018-08-16 15:01:43 +10:00
set(COMPONENT_ADD_INCLUDEDIRS include)
set(COMPONENT_SRCDIRS "src")
set(COMPONENT_REQUIRES esp_http_client)
set(COMPONENT_PRIV_REQUIRES log app_update)
register_component()