OVMS3-idf/examples/protocols/asio/udp_echo_server/components/CMakeLists.txt

6 lines
111 B
CMake
Raw Normal View History

2018-09-11 01:44:12 +00:00
set(COMPONENT_SRCS "wifi_asio.cpp")
set(COMPONENT_PRIV_REQUIRES asio nvs_flash console)
register_component()