1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-22 15:39:13 -04:00

6 lines
111 B
CMake
Raw Normal View History

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