diff options
| author | fschildt <florian.schildt@protonmail.com> | 2025-09-27 12:40:31 +0200 |
|---|---|---|
| committer | fschildt <florian.schildt@protonmail.com> | 2025-09-27 12:40:31 +0200 |
| commit | dbb42e741d29ab213f2a51fc8d9568c02f844647 (patch) | |
| tree | 8f8e59c70b79082b0ee1410d8a891462e6a0f915 /cmake | |
| parent | f28e9c3e03a9f94764b3811f7c4aa01991943fc7 (diff) | |
add font glyph drawing
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/CMakeLists.txt | 1 |
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 |
