1
0
Fork 0

FontEngine/FreeType: move libWrapper to its own compile unit.

This commit is contained in:
Henrik Hautakoski 2020-01-06 00:38:06 +01:00
parent f72178ffd0
commit 093149e72c
No known key found for this signature in database
GPG key ID: 96765B12FEAC4745
4 changed files with 73 additions and 49 deletions

View file

@ -156,6 +156,7 @@ local graphics_module = Module("source/Graphics", {
-- Text
"Font/Engine/FreeTypeEngine.cpp",
"Font/Engine/FreeTypeError.cpp",
"Font/Engine/FreeTypeLib.cpp",
"Font/FontDescription.cpp",
"Font.cpp",
"Text.cpp",