CMakeLists.txt

changeset 121
30aca5888d2b
parent 120
afd58d4c7b5b
child 124
73ee3cc32a49
equal deleted inserted replaced
120:afd58d4c7b5b 121:30aca5888d2b
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.20") 5 set(PROJECT_VER "0.3.21")
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