CMakeLists.txt

Mon, 16 Dec 2019 20:24:33 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 16 Dec 2019 20:24:33 +0100
changeset 45
61a106fd9d9e
parent 43
70c99c2084dc
child 47
1ab1f4a8c328
permissions
-rw-r--r--

Changed os and os_version information to esp-idf.

# The following lines of boilerplate have to be in your project's CMakeLists
# in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)

set(PROJECT_VER "0.2.1")
set(PROJECT_NAME "co2meter")

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(co2meter)

mercurial