OVMS3-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/CMakeLists.txt

13 lines
249 B
CMake
Raw Normal View History

set(COMPONENT_SRCS "ble_unit.c"
"run_tc.c"
"sync.c"
"test_env.c"
"wifi_connect.c"
"wifi_unit.c")
set(COMPONENT_ADD_INCLUDEDIRS .)
set(COMPONENT_REQUIRES console nvs_flash bt)
set(SUPPORTED_TARGETS esp32)
register_component()