OVMS3-idf/examples/protocols/asio/chat_client/components/CMakeLists.txt
2018-09-11 09:44:12 +08:00

6 lines
111 B
CMake

set(COMPONENT_SRCS "wifi_asio.cpp")
set(COMPONENT_PRIV_REQUIRES asio nvs_flash console)
register_component()