OVMS3-idf/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/CMakeLists.txt
2020-03-04 14:56:26 +08:00

12 lines
249 B
CMake

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()