OVMS3-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/CMakeLists.txt

6 lines
129 B
CMake
Raw Normal View History

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