Files
esp-matter/components/esp_matter_openthread/CMakeLists.txt
T
WanqQixiang 74d6f1ae81 Submodule: Update the connectedhomeip submodule to the lastest master commit 069b09b5f3
Example: Update lighting app on ESP32-H2

qrcode: use managed_component instead of the extra_component from IDF
2022-08-26 12:02:17 +08:00

8 lines
217 B
CMake

if(CONFIG_OPENTHREAD_ENABLED)
set(srcs esp_matter_openthread.c)
endif()
idf_component_register(SRCS ${srcs}
INCLUDE_DIRS .
PRIV_REQUIRES openthread esp_netif driver)