Files
iot_skeleton/esp32/main/CMakeLists.txt
2026-04-01 20:32:34 +03:00

7 lines
235 B
CMake

idf_component_register(
SRCS "main.cpp" "protocol.cpp"
INCLUDE_DIRS "."
REQUIRES nvs_flash esp_wifi esp_netif freertos log cjson
)
# добавляем кастомный Kconfig
set(COMPONENT_KCONFIG "Kconfig")