CMakeLists.txt

Fri, 30 Jul 2021 19:39:02 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 30 Jul 2021 19:39:02 +0200
changeset 117
b6d5c4cb61bb
parent 115
8a67450424b7
child 119
1cef3c25426b
permissions
-rw-r--r--

Removed Delay Start code leftovers.

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

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

mercurial