esp-vfd-clock/firmware/main/CMakeLists.txt
2024-01-14 20:37:23 +02:00

7 lines
222 B
CMake

idf_component_register(
SRCS "main.cpp" "wifi_provisioner.cpp"
INCLUDE_DIRS ""
REQUIRES nvs_flash esp_wifi esp_http_server etlcpp
EMBED_FILES "${CMAKE_CURRENT_LIST_DIR}/static/index.html"
)