summaryrefslogtreecommitdiffstats
path: root/main/CMakeLists.txt
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-09-07 21:48:09 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-09-07 21:48:09 +0800
commit7a4462e9a9245f240a3c9ee6be3597f0dcc8edd8 (patch)
treed8cfea449fc851ca91b674f9fee5dba1e71008d7 /main/CMakeLists.txt
parentc0e4ed884d686aceaa0e4be39726160f3f8d8f1c (diff)
downloadesp32-inmp441-driver-7a4462e9a9245f240a3c9ee6be3597f0dcc8edd8.tar.gz
Initial I2S stuff.
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r--main/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt
deleted file mode 100644
index fe1b189..0000000
--- a/main/CMakeLists.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-set(SRC "main.c")
-
-idf_component_register(SRCS ${SRC}
- INCLUDE_DIRS ".")