CMakeLists.txt

Sat, 29 Jun 2024 16:09:03 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 29 Jun 2024 16:09:03 +0200
branch
idf 5.1
changeset 140
ac6ad7bd55c3
parent 136
89fc3c57282e
child 142
1f7069278fe7
permissions
-rw-r--r--

Version 0.4.1 Fixed deprecation message. Ignore WiFi channel change event

# 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