esp32/domestic-climate-monitor/CMakeLists.txt
2026-01-13 18:30:18 +00:00

7 lines
230 B
CMake

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)