Files
esp-protocols/examples/protocols/asio/chat_server/components/CMakeLists.txt
Renz Christian Bagaporo 57672d5add cmake: make main a component again
* Original commit: espressif/esp-idf@d9939cedd9
2022-06-22 14:18:17 +04:00

6 lines
111 B
CMake

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