ladybird/Userland/Libraries/LibTTF/CMakeLists.txt
Andreas Kling 085696ea39 LibTTF: Interpret font names from Windows platform as UTF-16BE
This turns the admittedly aesthetic "T a h o m a" into "Tahoma" :^)
2021-02-16 17:32:42 +01:00

9 lines
135 B
CMake

set(SOURCES
Cmap.cpp
Font.cpp
Glyf.cpp
)
serenity_lib(LibTTF ttf)
target_link_libraries(LibTTF LibM LibCore LibTextCodec)