abouttreesummaryrefslogcommitdiff
path: root/esp32/esp_project/main/CMakeLists.txt
diff options
context:
space:
mode:
authorPatrick2023-07-13 13:44:26 +0200
committerPatrick2023-07-13 13:44:26 +0200
commit10325eaf40c80eb91f1c1eceea880c3abd54efd7 (patch)
treee160ff671e0b4404148b0e389e3d630b62fc191e /esp32/esp_project/main/CMakeLists.txt
parent6646bd126f9faf1e687b203512d29da243acaa90 (diff)
downloadmatrix_esp_thesis-10325eaf40c80eb91f1c1eceea880c3abd54efd7.tar.gz
matrix_esp_thesis-10325eaf40c80eb91f1c1eceea880c3abd54efd7.zip
added esp project
Diffstat (limited to 'esp32/esp_project/main/CMakeLists.txt')
-rw-r--r--esp32/esp_project/main/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/esp32/esp_project/main/CMakeLists.txt b/esp32/esp_project/main/CMakeLists.txt
new file mode 100644
index 0000000..8d26c93
--- /dev/null
+++ b/esp32/esp_project/main/CMakeLists.txt
@@ -0,0 +1,2 @@
+idf_component_register(SRCS "main.c"
+ INCLUDE_DIRS "") \ No newline at end of file