Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-03 00:21:44 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
e8c901b14434323552c28129a1c0a8e314d1c266
esp-idf/examples/get-started/hello_world/CMakeLists.txt

7 lines
236 B
CMake
Raw Normal View History

cmake: Add CMakeLists.txt files for all examples Generating using convert_to_cmake.py, with some minor cleanup
2018-02-27 17:44:31 +11:00
# The following lines of boilerplate have to be in your project's
cmake: Use cmake_lint project, tidy up all CMake source files
2018-02-27 15:45:30 +11:00
# 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)
build system: Initial cmake support, work in progress
2018-01-12 13:49:13 +11:00
cmake: Add partition table, and .bin file targets
2018-01-19 15:47:49 +11:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
[examples]: removed hyphens Replaced hyphens with underscores in examples project definition for all examples which had hyphens in their project name. dpp-enrollee is an exceptions because the name matches the project directory name while the project directory also contains hyphens.
2021-07-05 14:33:56 +08:00
project(hello_world)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 132ms 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