FontEngine/FreeType: move libWrapper to its own compile unit.
This commit is contained in:
parent
f72178ffd0
commit
093149e72c
4 changed files with 73 additions and 49 deletions
1
bam.lua
1
bam.lua
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue