summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEnricoGuccii <partyka.003@proton.me>2026-05-15 14:23:45 +0200
committerEnricoGuccii <partyka.003@proton.me>2026-05-15 14:23:45 +0200
commitd9d8f9758467c6bb2bb08b1dd44b84f1bcdc6a5b (patch)
tree04e05b4d566439bcfc42ad0dc74edb45bccba1e5 /CMakeLists.txt
parenta08cc07211cb0ffb569e54eff95825e2b5ebc861 (diff)
setup
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..63fd5ba
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,3 @@
+cmake_minimum_required(VERSION 3.16.0)
+include($ENV{IDF_PATH}/tools/cmake/project.cmake)
+project(iot-final-project)