mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
7 lines
231 B
CMake
7 lines
231 B
CMake
list(APPEND srcs_list "attribute_get_val.cpp")
|
|
list(APPEND srcs_list "attribute_get_val_type.cpp")
|
|
|
|
idf_component_register(SRCS ${srcs_list}
|
|
INCLUDE_DIRS "."
|
|
REQUIRES unity esp_matter)
|