diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..e1f7450 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +idf_component_register( + SRCS + "dynstr.c" + INCLUDE_DIRS + "include" +) diff --git a/component.mk b/component.mk new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/component.mk @@ -0,0 +1 @@ +