CMakeLists.txt

Tue, 02 Nov 2021 14:47:43 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Nov 2021 14:47:43 +0100
changeset 120
afd58d4c7b5b
parent 119
1cef3c25426b
child 121
30aca5888d2b
permissions
-rw-r--r--

Version 0.3.20 fix for equipment records create and delete.

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

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

mercurial