CMakeLists.txt

Wed, 26 Jun 2024 18:57:03 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 26 Jun 2024 18:57:03 +0200
changeset 132
9fb33533504a
parent 127
e86ee2d718b2
permissions
-rw-r--r--

Version 0.3.25. Larger partitions for the binary. Added UPGRADE.md with information for this upgrade.

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

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

mercurial