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

6 lines
147 B
CMake

set(COMPONENT_SRCS "main.c"
"coex_cmd.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
set(SUPPORTED_TARGETS esp32)
register_component()