From 9b64bbbdcfad1a87cea799c8cefbfe1568b460a1 Mon Sep 17 00:00:00 2001 From: Gustav Sterbrant Date: Wed, 20 Nov 2024 15:59:50 +0100 Subject: [PATCH] Add missing memory.cc to build --- code/foundation/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/code/foundation/CMakeLists.txt b/code/foundation/CMakeLists.txt index b1cfa4d17..d0b164838 100644 --- a/code/foundation/CMakeLists.txt +++ b/code/foundation/CMakeLists.txt @@ -312,6 +312,7 @@ nebula_begin_module(foundation) fips_files( arenaallocator.h heap.h + memory.cc memory.h memorypool.h poolarrayallocator.cc