CMakeLists.txt

branch
idf 5.1
changeset 142
1f7069278fe7
parent 140
ac6ad7bd55c3
equal deleted inserted replaced
141:e117e7462096 142:1f7069278fe7
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.16) 3 cmake_minimum_required(VERSION 3.16)
4 4
5 set(PROJECT_VER "0.4.1") 5 set(PROJECT_VER "0.4.2")
6 set(PROJECT_NAME "brewboard") 6 set(PROJECT_NAME "brewboard")
7 7
8 set(EXTRA_COMPONENT_DIRS components/esp32-ds18b20 components/esp32-owb components/PID components/spidriver components/tft components/websocket) 8 set(EXTRA_COMPONENT_DIRS components/esp32-ds18b20 components/esp32-owb components/PID components/spidriver components/tft)
9 include($ENV{IDF_PATH}/tools/cmake/project.cmake) 9 include($ENV{IDF_PATH}/tools/cmake/project.cmake)
10 project(brewboard) 10 project(brewboard)

mercurial