aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
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