CMakeLists.txt 293 B

123456
  1. # Embed the server root certificate into the final binary
  2. #
  3. # (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.)
  4. idf_component_register(SRCS "https_mbedtls_example_main.c"
  5. INCLUDE_DIRS ".")
  6. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")