summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/CMakeLists.txt
diff options
context:
space:
mode:
authorSimon Wanner <skyrising@pvpctutorials.de>2022-04-09 10:14:58 +0200
committerAndreas Kling <kling@serenityos.org>2022-04-09 23:48:18 +0200
commit5136c5ae1aed77ccddab128e9ffd88335a9bfcc4 (patch)
treecacc56ac5ded41ab95208cd0deb0d1db47aa25ff /Userland/Libraries/LibGfx/CMakeLists.txt
parent206d6ece55e44117fd49525eeca5bd28d83ac5eb (diff)
downloadserenity-5136c5ae1aed77ccddab128e9ffd88335a9bfcc4.zip
LibGfx: Move ScaledFont and new base class VectorFont out of TTF
Diffstat (limited to 'Userland/Libraries/LibGfx/CMakeLists.txt')
-rw-r--r--Userland/Libraries/LibGfx/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibGfx/CMakeLists.txt b/Userland/Libraries/LibGfx/CMakeLists.txt
index 02ea23e353..55d1b31b84 100644
--- a/Userland/Libraries/LibGfx/CMakeLists.txt
+++ b/Userland/Libraries/LibGfx/CMakeLists.txt
@@ -17,6 +17,7 @@ set(SOURCES
Font/BitmapFont.cpp
Font/Emoji.cpp
Font/FontDatabase.cpp
+ Font/ScaledFont.cpp
Font/TrueType/Font.cpp
Font/TrueType/Glyf.cpp
Font/TrueType/Cmap.cpp