ESP32-Mesh-OTA/components/mesh_ota/CMakeLists.txt

8 lines
297 B
CMake
Raw Normal View History

2021-01-11 18:31:37 +01:00
idf_component_register(SRCS "mesh_network_handler.c" "mesh_network.c" "mesh_ota.c"
2021-01-02 10:57:03 +01:00
INCLUDE_DIRS "include"
REQUIRES nvs_flash
2021-01-06 23:04:05 +01:00
esp_http_client
bootloader_support
app_update
log)