CMakeLists.txt

Sun, 14 Jan 2024 11:19:19 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 14 Jan 2024 11:19:19 +0100
changeset 125
d2a33b279b11
parent 124
73ee3cc32a49
child 126
e133a292ad21
permissions
-rw-r--r--

Some kicad upgrade, no project changes.

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

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

mercurial