esp-idf/examples/protocols/http2_request/main/CMakeLists.txt
Aditya Patwardhan 3b1f1febc8 http2_request_example: Use esp_crt_bundle instead of hardcoded root
certificate in order to avoid frequent failure of the example due to
shift in CA chain
2022-04-13 10:34:34 +05:30

3 lines
97 B
CMake

idf_component_register(SRCS "http2_request_example_main.c"
INCLUDE_DIRS ".")