mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
085696ea39
This turns the admittedly aesthetic "T a h o m a" into "Tahoma" :^)
8 lines
135 B
CMake
8 lines
135 B
CMake
set(SOURCES
|
|
Cmap.cpp
|
|
Font.cpp
|
|
Glyf.cpp
|
|
)
|
|
|
|
serenity_lib(LibTTF ttf)
|
|
target_link_libraries(LibTTF LibM LibCore LibTextCodec)
|