OVMS3-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_provisioner/main/CMakeLists.txt
lly 861816c353 ble_mesh: Rename ble mesh example main & init files
- Rename ble_mesh_demo_main.c to main.c
- Rename ble_mesh_demo_init.* to ble_mesh_example_init.*
2020-05-20 11:33:46 +00:00

5 lines
97 B
CMake

set(srcs "main.c")
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS ".")