From 4b0fdca8673c76cb2305db301a3b36e9e3822e02 Mon Sep 17 00:00:00 2001 From: kartofen Date: Mon, 25 Dec 2023 01:45:05 +0200 Subject: init --- master/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 master/CMakeLists.txt (limited to 'master/CMakeLists.txt') diff --git a/master/CMakeLists.txt b/master/CMakeLists.txt new file mode 100644 index 0000000..664d458 --- /dev/null +++ b/master/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) -- cgit v1.2.3