OVMS3-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/CMakeLists.txt

7 lines
160 B
CMake

set(srcs "ble_mesh_demo_main.c"
"ble_mesh_demo_init.c"
"board.c")
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS ".")