mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 20:15:07 +00:00
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)
|