CMakeLists.txt

changeset 39
c3fcc599a119
parent 15
83314e7b1b4a
child 43
70c99c2084dc
equal deleted inserted replaced
38:46e2c385e9de 39:c3fcc599a119
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.1.0") 5 set(PROJECT_VER "0.2.0")
6 set(PROJECT_NAME "co2meter") 6 set(PROJECT_NAME "co2meter")
7 7
8 include($ENV{IDF_PATH}/tools/cmake/project.cmake) 8 include($ENV{IDF_PATH}/tools/cmake/project.cmake)
9 project(co2meter) 9 project(co2meter)

mercurial