mirror of
https://github.com/espressif/esp-idf
synced 2025-03-20 14:39:14 -04:00
6 lines
111 B
CMake
6 lines
111 B
CMake
set(COMPONENT_SRCS "wifi_asio.cpp")
|
|
|
|
set(COMPONENT_PRIV_REQUIRES asio nvs_flash console)
|
|
|
|
register_component()
|