CMakeLists.txt

Wed, 26 Jun 2024 19:36:01 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 26 Jun 2024 19:36:01 +0200
changeset 134
0cea23acbdaa
parent 132
9fb33533504a
permissions
-rw-r--r--

Removed tag help

# 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