mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
5 lines
210 B
CMake
5 lines
210 B
CMake
include($ENV{ESP_MATTER_DEVICE_PATH}/esp_matter_device.cmake)
|
|
idf_component_register(SRC_DIRS "${device_name}"
|
|
INCLUDE_DIRS include
|
|
PRIV_REQUIRES ${used_driver})
|