CMakeLists.txt

changeset 50
aae0056bc20b
parent 47
1ab1f4a8c328
child 52
90a36619b07b
equal deleted inserted replaced
49:f526ba98a6b7 50:aae0056bc20b
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.2.2") 5 set(PROJECT_VER "0.2.3")
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