CMakeLists.txt

Sun, 07 Jun 2020 15:09:23 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 07 Jun 2020 15:09:23 +0200
changeset 81
72c715ac0444
parent 76
3ff381bfa469
child 85
1e75ca367461
permissions
-rw-r--r--

Added mash temperature adjust steps if different begin and end temperatures.

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

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

mercurial