Files
2022-01-14 19:39:07 +08:00

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)