Files
esp-protocols/examples/protocols/asio/async_request/main/CMakeLists.txt
Euripedes Rocha b76d3fbff9 EXAMPLE/ASIO Async HTTP request
Introduces a new example on ASIO to ilustrates on how to compose
async operation to build network related protocols.


* Original commit: espressif/esp-idf@2433816b14
2022-06-22 14:18:18 +04:00

3 lines
91 B
CMake

idf_component_register(SRCS "async_http_request.cpp"
INCLUDE_DIRS ".")