aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorfschildt <florian.schildt@protonmail.com>2025-11-25 06:21:26 +0100
committerfschildt <florian.schildt@protonmail.com>2025-11-25 06:21:26 +0100
commit3f95bc6b463f629c620ba5811ca3ce53ed9c03a2 (patch)
tree8e2637270472b3ff787f95b24c9567d0c4d3df2b /cmake
parent746819470de51c4f7331b64980f3da9bfb750a12 (diff)
add MemoryManager, enhance cmake,compile.sh
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 3abb5f8..4c8bf02 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -28,6 +28,7 @@ target_sources(fsarcade PUBLIC
${FSARCADE_SRC_DIR}/main.cpp
${FSARCADE_SRC_DIR}/common/math.cpp
${FSARCADE_SRC_DIR}/common/Font.cpp
+ ${FSARCADE_SRC_DIR}/common/MemoryManager.cpp
${FSARCADE_SRC_DIR}/renderer/Renderer.cpp
${FSARCADE_SRC_DIR}/renderer/RSoftwareBackend.cpp
${FSARCADE_SRC_DIR}/games/Game.cpp