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

8 lines
134 B
CMake
Raw Normal View History

2019-10-21 14:48:05 +00:00
set(COMPONENT_SRCS "button.c"
"button_obj.cpp")
set(COMPONENT_ADD_INCLUDEDIRS ". include")
register_component()