summaryrefslogtreecommitdiff
path: root/libraries/ESP_Async_WebServer/idf_component_examples/catchall/CMakeLists.txt
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2026-01-20 08:34:54 +0100
committerschererleander <leander@schererleander.de>2026-01-20 08:34:54 +0100
commit85ea4e995a75abe061f6fc375ea0481084dddd43 (patch)
tree7eb5d57653ecd8f041aeac4e68d7d554c1168681 /libraries/ESP_Async_WebServer/idf_component_examples/catchall/CMakeLists.txt
initial commitHEADmain
Diffstat (limited to 'libraries/ESP_Async_WebServer/idf_component_examples/catchall/CMakeLists.txt')
-rw-r--r--libraries/ESP_Async_WebServer/idf_component_examples/catchall/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/ESP_Async_WebServer/idf_component_examples/catchall/CMakeLists.txt b/libraries/ESP_Async_WebServer/idf_component_examples/catchall/CMakeLists.txt
new file mode 100644
index 0000000..664d458
--- /dev/null
+++ b/libraries/ESP_Async_WebServer/idf_component_examples/catchall/CMakeLists.txt
@@ -0,0 +1,8 @@
+# For more information about build system see
+# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
+# The following five lines of boilerplate have to be in your project's
+# CMakeLists in this exact order for cmake to work correctly
+cmake_minimum_required(VERSION 3.16)
+
+include($ENV{IDF_PATH}/tools/cmake/project.cmake)
+project(main)