esp-idf/examples/protocols/http2_request/main/CMakeLists.txt
Aditya Patwardhan b40df07521 http2_request/sh2lib: Modified the "sh2lib_connect" API to take in a new
defined `struct sh2lib_config_t` which contains required config options.

Modified the http2_request_example with the required changes.
2021-04-09 10:24:15 +00:00

4 lines
155 B
CMake

idf_component_register(SRCS "http2_request_example_main.c"
INCLUDE_DIRS "."
EMBED_TXTFILES "golang_root_cert.pem")