summaryrefslogtreecommitdiffstats
path: root/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 /CMakeLists.txt
parentc0e4ed884d686aceaa0e4be39726160f3f8d8f1c (diff)
downloadesp32-inmp441-driver-7a4462e9a9245f240a3c9ee6be3597f0dcc8edd8.tar.gz
Initial I2S stuff.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
deleted file mode 100644
index 7de91bc..0000000
--- a/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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(audtest)