CMakeLists.txt

Tue, 18 May 2021 16:52:23 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 18 May 2021 16:52:23 +0200
changeset 93
24cb415af787
parent 90
1397fb0b3a9d
child 96
6a3fec0c3f88
permissions
-rw-r--r--

Version 0.3.13. Recipe import parse BMS_COOLING_TO to set the cooling temperature.

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

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

mercurial