Logo
Explore Help
Sign In
feedc0de/esp-idf
1
0
Fork 0
You've already forked esp-idf
forked from espressif/esp-idf
Code Pull Requests Activity
Files
old_fixes
esp-idf/examples/protocols/https_x509_bundle/CMakeLists.txt

8 lines
248 B
CMake
Raw Permalink Normal View History

Add ESP certificate bundle feature Adds the ESP certificate bundle feature that enables users to bundle a root certificate bundle together with their application. Default bundle includes all Mozilla root certificates Closes IDF-296
2019-09-29 18:04:34 +08:00
# The following five lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
tools: Increase the minimal supported CMake version to 3.16 This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system. This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-05-27 10:10:51 +02:00
cmake_minimum_required(VERSION 3.16)
Add ESP certificate bundle feature Adds the ESP certificate bundle feature that enables users to bundle a root certificate bundle together with their application. Default bundle includes all Mozilla root certificates Closes IDF-296
2019-09-29 18:04:34 +08:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(https_x509_bundle)
Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 512ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API