CMakeLists.txt

Wed, 28 Jul 2021 20:42:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 28 Jul 2021 20:42:30 +0200
changeset 111
b5037adae8ab
parent 109
72af8958b469
child 115
8a67450424b7
permissions
-rw-r--r--

Revised the equipment edit screen, order is more logical. Changed some label names. Made room for one more setting.

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

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

mercurial