aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavier.delcampo@orain.io>2020-03-23 14:51:47 +0100
committerXavier Del Campo Romero <xavier.delcampo@orain.io>2020-03-23 14:51:47 +0100
commit46d7c1715b9b710e5afc9a259f7d7c48ce7bcb01 (patch)
tree9503471f667cdda1d5e5bfb9cbb63e71a71ff66d /CMakeLists.txt
parent03ccf53b26d3df20abe67379d73a09d4cc692473 (diff)
Removed esp-idf files
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 e1f7450..0000000
--- a/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-idf_component_register(
- SRCS
- "dynstr.c"
- INCLUDE_DIRS
- "include"
-)