CMakeLists.txt

changeset 85
1e75ca367461
parent 76
3ff381bfa469
child 90
1397fb0b3a9d
equal deleted inserted replaced
84:d01de33231cb 85:1e75ca367461
1 # The following lines of boilerplate have to be in your project's CMakeLists 1 # The following lines of boilerplate have to be in your project's CMakeLists
2 # in this exact order for cmake to work correctly 2 # in this exact order for cmake to work correctly
3 cmake_minimum_required(VERSION 3.5) 3 cmake_minimum_required(VERSION 3.5)
4 4
5 set(PROJECT_VER "0.3.10") 5 set(PROJECT_VER "0.3.11")
6 set(PROJECT_NAME "brewboard") 6 set(PROJECT_NAME "brewboard")
7 7
8 include($ENV{IDF_PATH}/tools/cmake/project.cmake) 8 include($ENV{IDF_PATH}/tools/cmake/project.cmake)
9 project(brewboard) 9 project(brewboard)

mercurial