summaryrefslogtreecommitdiffstats
path: root/esp32/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 /esp32/main/CMakeLists.txt
parentc0e4ed884d686aceaa0e4be39726160f3f8d8f1c (diff)
downloadesp32-inmp441-driver-7a4462e9a9245f240a3c9ee6be3597f0dcc8edd8.tar.gz
Initial I2S stuff.
Diffstat (limited to 'esp32/main/CMakeLists.txt')
-rw-r--r--esp32/main/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/esp32/main/CMakeLists.txt b/esp32/main/CMakeLists.txt
new file mode 100644
index 0000000..5f86806
--- /dev/null
+++ b/esp32/main/CMakeLists.txt
@@ -0,0 +1,4 @@
+set(SRC "main.c" "wifi.c")
+
+idf_component_register(SRCS ${SRC}
+ INCLUDE_DIRS ".")