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

7 lines
131 B
CMake
Raw Normal View History

set(COMPONENT_SRCS "ble_mesh_example_init.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
set(COMPONENT_REQUIRES bt)
register_component()