CMakeLists.txt

changeset 74
cba50f7529d0
child 75
224851e81117
equal deleted inserted replaced
72:ff7f7b47d699 74:cba50f7529d0
1 # The following lines of boilerplate have to be in your project's CMakeLists
2 # in this exact order for cmake to work correctly
3 cmake_minimum_required(VERSION 3.5)
4
5 set(PROJECT_VER "0.3.8")
6 set(PROJECT_NAME "brewboard")
7
8 include($ENV{IDF_PATH}/tools/cmake/project.cmake)
9 project(brewboard)

mercurial