CMakeLists.txt

Mon, 26 Sep 2022 22:17:35 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 26 Sep 2022 22:17:35 +0200
changeset 122
9a0da652c5c4
parent 121
30aca5888d2b
child 124
73ee3cc32a49
permissions
-rw-r--r--

Upgraded kicad to version 6

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

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

mercurial