OVMS3-idf/examples/bluetooth/esp_ble_mesh/components/fast_provisioning/CMakeLists.txt

10 lines
249 B
CMake

set(COMPONENT_SRCS "ble_mesh_fast_prov_client_model.c"
"ble_mesh_fast_prov_server_model.c"
"ble_mesh_fast_prov_operation.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
set(COMPONENT_REQUIRES bt)
register_component()