diff options
author | Elwin Hammer <elwinhamer@gmail.com> | 2024-05-21 20:28:54 +0200 |
---|---|---|
committer | Elwin Hammer <elwinhamer@gmail.com> | 2024-05-21 20:28:54 +0200 |
commit | b6fd2f7a865b70281e429851190aa46da17c681f (patch) | |
tree | 89c5bd5a25fe0c513873c7741f9c305e7cf46519 /main/puzzle/neo/esp-neopuzzle/CMakeLists.txt | |
parent | 885e34ef906d7d11e83b8fafa0b6f3b3653f44fd (diff) |
Pull request changes applied and fixed the code so that it can compile without any errors
Diffstat (limited to 'main/puzzle/neo/esp-neopuzzle/CMakeLists.txt')
-rw-r--r-- | main/puzzle/neo/esp-neopuzzle/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/main/puzzle/neo/esp-neopuzzle/CMakeLists.txt b/main/puzzle/neo/esp-neopuzzle/CMakeLists.txt deleted file mode 100644 index fb90ef1..0000000 --- a/main/puzzle/neo/esp-neopuzzle/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -# 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(esp-neopuzzle) |