mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
e48dc7139b
Signed-off-by: Zhibin (Ryan) Wen <wenzhibin@espressif.com>
9 lines
314 B
CMake
9 lines
314 B
CMake
list(APPEND srcs_list "attribute_get_val.cpp")
|
|
list(APPEND srcs_list "attribute_get_val_type.cpp")
|
|
list(APPEND srcs_list "attribute_report.cpp")
|
|
list(APPEND srcs_list "jsontlv.cpp")
|
|
|
|
idf_component_register(SRCS ${srcs_list}
|
|
INCLUDE_DIRS "."
|
|
REQUIRES unity esp_matter)
|