Files
esp-matter/components/esp_matter/test/CMakeLists.txt
T
2026-04-01 14:55:27 +08:00

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)