diff options
| author | Xavier Del Campo Romero <xavier.delcampo@orain.io> | 2020-03-20 16:22:36 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavier.delcampo@orain.io> | 2020-03-20 16:22:36 +0100 |
| commit | 278517ee1e1f78d0723b99f0fbf946f9403af563 (patch) | |
| tree | 7ab57fb3a331b369b0fbf22a80bf2917e4467252 | |
| parent | 7c5af7734ae96ca253dffaf208a2115ee1d2c0e3 (diff) | |
| download | dynstr-278517ee1e1f78d0723b99f0fbf946f9403af563.tar.gz | |
Build files for esp-idf
| -rw-r--r-- | CMakeLists.txt | 6 | ||||
| -rw-r--r-- | component.mk | 1 |
2 files changed, 7 insertions, 0 deletions
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 @@ + |
