CMakeLists.txt

Sat, 06 Jun 2020 16:52:44 +0200

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

Added reconnect-websocket javascript. Removed some debugging log messages.

# 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