CMakeLists.txt

Wed, 26 Jun 2024 19:32:12 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 26 Jun 2024 19:32:12 +0200
changeset 133
bedd8103dc83
parent 132
9fb33533504a
permissions
-rw-r--r--

Added tag help for changeset 9fb33533504a

# 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