diff options
author | Simon Wanner <skyrising@pvpctutorials.de> | 2022-04-09 10:14:58 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-04-09 23:48:18 +0200 |
commit | 5136c5ae1aed77ccddab128e9ffd88335a9bfcc4 (patch) | |
tree | cacc56ac5ded41ab95208cd0deb0d1db47aa25ff /Userland/Libraries/LibGfx/CMakeLists.txt | |
parent | 206d6ece55e44117fd49525eeca5bd28d83ac5eb (diff) | |
download | serenity-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.txt | 1 |
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 |