esp32/domestic-climate-monitor/CMakeLists.txt

8 lines
230 B
Text
Raw Normal View History

2026-01-13 18:30:18 +00:00
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)