diff options
author | kartofen <mladenovnasko0@gmail.com> | 2023-12-25 01:45:05 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2023-12-25 01:45:05 +0200 |
commit | 4b0fdca8673c76cb2305db301a3b36e9e3822e02 (patch) | |
tree | bbcf1c6364baba0afe9a2a595f4a579ad0946188 /master/CMakeLists.txt |
Diffstat (limited to 'master/CMakeLists.txt')
-rw-r--r-- | master/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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) |