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, 1 insertions, 1 deletions
diff --git a/src/memory/CMakeLists.txt b/src/memory/CMakeLists.txt
index 67e64267..69afc454 100644
--- a/src/memory/CMakeLists.txt
+++ b/src/memory/CMakeLists.txt
@@ -1,2 +1,2 @@
-idf_component_register(SRCS "arena.cpp" INCLUDE_DIRS "include" REQUIRES "span")
+idf_component_register(SRCS "arena.cpp" INCLUDE_DIRS "include" REQUIRES "span" "esp_psram")
target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS})