Files
board-mate/esp32-thread/border-router/main/CMakeLists.txt
2025-12-25 21:28:59 +01:00

5 lines
225 B
CMake

idf_component_register(SRCS "gps.c" "esp_ot_br.c"
PRIV_REQUIRES esp_psram openthread esp_coex esp_wifi nvs_flash
INCLUDE_DIRS "."
REQUIRES esp_http_client)