8 lines
230 B
Text
8 lines
230 B
Text
|
|
|
||
|
|
cmake_minimum_required(VERSION 3.16)
|
||
|
|
# This env var is sourced from:
|
||
|
|
# . /opt/esp-idf/export.sh
|
||
|
|
# when the compilation terminal session starts
|
||
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||
|
|
project(domestic-climate-monitor)
|