diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/cmake/common.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake index 5afcfd32..780906b1 100644 --- a/tools/cmake/common.cmake +++ b/tools/cmake/common.cmake @@ -9,6 +9,7 @@ set(COMPONENTS "") # External dependencies list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/catch2") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/lvgl") +list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/psram_allocator") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/result") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/span") |
