Files
esp-matter/examples/common/app_driver/CMakeLists.txt
T
Hrishikesh Dhayagude 9af0fae34e ESP Matter beta release
2021-08-11 20:19:49 +05:30

4 lines
142 B
CMake

idf_component_register(SRCS app_driver.c
INCLUDE_DIRS .
PRIV_REQUIRES board led_driver button_driver)