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-09 03:22:09 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
e388ab32409f328f7479db48e88f901b84875db2
esp-idf/examples/peripherals/uart/nmea0183_parser/CMakeLists.txt

7 lines
236 B
CMake
Raw Normal View History

cmake: make main a component again
2018-09-11 09:44:12 +08:00
# The following lines of boilerplate have to be in your project's CMakeLists
Merge branch 'master' into feature/cmake_update
2018-05-30 17:41:35 +10:00
# 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)
Merge branch 'master' into feature/cmake_update
2018-05-30 17:41:35 +10:00
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
example: add nmea0183 parser example Add NMEA0183 Parser example to illustrate how to use uart event driver together with esp event library to get GPS information.
2018-11-28 18:49:18 +08:00
project(nmea_parser)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 187ms 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