CMakeLists.txt

Thu, 02 Apr 2020 11:45:36 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 02 Apr 2020 11:45:36 +0200
changeset 50
aae0056bc20b
parent 47
1ab1f4a8c328
child 52
90a36619b07b
permissions
-rw-r--r--

Version 0.2.3 Added WiFi reconnect.

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

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

mercurial