CMakeLists.txt

Mon, 01 Jul 2024 08:38:57 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 01 Jul 2024 08:38:57 +0200
branch
idf 5.1
changeset 141
e117e7462096
parent 140
ac6ad7bd55c3
child 142
1f7069278fe7
permissions
-rw-r--r--

Updated README

# 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.16)

set(PROJECT_VER "0.4.1")
set(PROJECT_NAME "brewboard")

set(EXTRA_COMPONENT_DIRS components/esp32-ds18b20 components/esp32-owb components/PID components/spidriver components/tft components/websocket)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(brewboard)

mercurial