esp-idf/examples/protocols/asio/async_request/main/CMakeLists.txt
Euripedes Rocha 2433816b14 EXAMPLE/ASIO Async HTTP request
Introduces a new example on ASIO to ilustrates on how to compose
async operation to build network related protocols.
2021-12-15 19:54:24 +08:00

3 lines
91 B
CMake

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