aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/CMakeLists.txt')
-rw-r--r--cmake/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index fe30b50..8591621 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -27,6 +27,7 @@ endif ()
target_sources(fsarcade PUBLIC
${FSARCADE_SRC_DIR}/main.cpp
${FSARCADE_SRC_DIR}/basic/math.cpp
+ ${FSARCADE_SRC_DIR}/common/Font.cpp
${FSARCADE_SRC_DIR}/renderer/Renderer.cpp
${FSARCADE_SRC_DIR}/renderer/RenderGroup.cpp
${FSARCADE_SRC_DIR}/games/Game.cpp