diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-08-13 21:35:31 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-08-13 21:35:31 +0200 |
| commit | c989833a371e07f285c6bb169fefb335696afad6 (patch) | |
| tree | 2d9907ef26b09c2d9f3e4753b2fb7f683f5a9033 /firmware/src/CMakeLists.txt | |
| parent | 463fa740c078faf8c5afc0a2f0753f41e0ad58f8 (diff) | |
| download | desk-andon-c989833a371e07f285c6bb169fefb335696afad6.tar.gz desk-andon-c989833a371e07f285c6bb169fefb335696afad6.zip | |
Add blink test firmware, docs and new schematic iterations
Diffstat (limited to 'firmware/src/CMakeLists.txt')
| -rw-r--r-- | firmware/src/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/src/CMakeLists.txt b/firmware/src/CMakeLists.txt new file mode 100644 index 0000000..0a454d0 --- /dev/null +++ b/firmware/src/CMakeLists.txt @@ -0,0 +1,6 @@ +# The following 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(hello_world) |
