Files
board-mate/esp32-thread/open-thread-rcp/main/CMakeLists.txt
2025-12-26 13:02:17 +01:00

5 lines
203 B
CMake

idf_component_register(SRCS "esp_ot_rcp.c"
PRIV_REQUIRES esp_coex esp_event nvs_flash openthread
INCLUDE_DIRS "."
REQUIRES led_strip)