CMakeLists.txt

changeset 119
1cef3c25426b
parent 115
8a67450424b7
child 120
afd58d4c7b5b
equal deleted inserted replaced
118:ae30613ffa6f 119:1cef3c25426b
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.18") 5 set(PROJECT_VER "0.3.19")
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