esp-idf/examples/bluetooth/esp_ble_mesh/common_components/button/CMakeLists.txt

4 wiersze
165 B
CMake

idf_component_register(SRCS "button.c" "button_obj.cpp"
INCLUDE_DIRS "." "include"
PRIV_REQUIRES esp_driver_gpio esp_timer)