CMakeLists.txt

Wed, 26 Jun 2024 21:48:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 26 Jun 2024 21:48:49 +0200
branch
idf 5.1
changeset 136
89fc3c57282e
parent 129
31f9d3e4a85f
child 140
ac6ad7bd55c3
permissions
-rw-r--r--

Reverted gpio_pad_select_gpio() calls, added the correct include. Starting the unit works better now. Reverted some other small changes. In some parts the controller is very slow, possible spiffs issue?

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


#find_package(EXPAT 2.6.2 MODULE REQUIRED)


set(PROJECT_VER "0.4.0")
set(PROJECT_NAME "brewboard")


#target_link_libraries(brewboard PUBLIC expat::expat)

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