mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
8 lines
200 B
CMake
8 lines
200 B
CMake
if(CONFIG_OPENTHREAD_ENABLED)
|
|
set(srcs esp_matter_openthread.c)
|
|
endif()
|
|
|
|
idf_component_register(SRCS ${srcs}
|
|
INCLUDE_DIRS .
|
|
PRIV_REQUIRES openthread)
|