CMakeLists.txt

Tue, 26 Sep 2023 14:56:04 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 26 Sep 2023 14:56:04 +0200
changeset 71
995557380e5f
parent 64
e63b17b80244
child 74
34da2d2b12d5
permissions
-rw-r--r--

Migrated ADC converter to isp-idf v5.1

# 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.7")
set(PROJECT_NAME "co2meter")

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

mercurial