CMakeLists.txt

Sun, 07 Jun 2020 21:20:11 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 07 Jun 2020 21:20:11 +0200
changeset 85
1e75ca367461
parent 76
3ff381bfa469
child 90
1397fb0b3a9d
permissions
-rw-r--r--

Version 0.3.11

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

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

mercurial