Files
esp-matter/components/esp_matter/test/CMakeLists.txt
T

8 lines
277 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")
idf_component_register(SRCS ${srcs_list}
INCLUDE_DIRS "."
REQUIRES unity esp_matter)