summaryrefslogtreecommitdiff
path: root/src/memory/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory/CMakeLists.txt')
-rw-r--r--src/memory/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/memory/CMakeLists.txt b/src/memory/CMakeLists.txt
new file mode 100644
index 00000000..67e64267
--- /dev/null
+++ b/src/memory/CMakeLists.txt
@@ -0,0 +1,2 @@
+idf_component_register(SRCS "arena.cpp" INCLUDE_DIRS "include" REQUIRES "span")
+target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})