CMakeLists.txt

Sat, 06 Jun 2020 20:20:06 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 06 Jun 2020 20:20:06 +0200
changeset 79
cb5c73a8ae90
parent 76
3ff381bfa469
child 85
1e75ca367461
permissions
-rw-r--r--

Websocket selectors using jquery style. During cooling display the pump button on the webpage too.

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

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

mercurial