CMakeLists.txt

changeset 32
84e54b14e7db
parent 26
29dc2064e2ce
child 35
9827c5a08c63
equal deleted inserted replaced
31:ec5c7794dcd6 32:84e54b14e7db
2 # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html 2 # https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
3 # The following five lines of boilerplate have to be in your project's 3 # The following five lines of boilerplate have to be in your project's
4 # CMakeLists in this exact order for cmake to work correctly 4 # CMakeLists in this exact order for cmake to work correctly
5 cmake_minimum_required(VERSION 3.16) 5 cmake_minimum_required(VERSION 3.16)
6 6
7 set(PROJECT_VER "0.4.0") 7 set(PROJECT_VER "0.4.1")
8 set(PROJECT_NAME "iotbalkon") 8 set(PROJECT_NAME "iotbalkon")
9 9
10 set(EXTRA_COMPONENT_DIRS esp-idf-lib/components) 10 set(EXTRA_COMPONENT_DIRS esp-idf-lib/components)
11 include($ENV{IDF_PATH}/tools/cmake/project.cmake) 11 include($ENV{IDF_PATH}/tools/cmake/project.cmake)
12 project(iotbalkon) 12 project(iotbalkon)

mercurial