CMakeLists.txt 228 B

12345678
  1. set(COMPONENT_SRCS "openssl_server_example_main.c")
  2. set(COMPONENT_ADD_INCLUDEDIRS ".")
  3. # Embed the certificate & key data directly in the built binary
  4. set(COMPONENT_EMBED_TXTFILES cacert.pem prvtkey.pem)
  5. register_component()