mirror of
https://github.com/RGBCube/serenity
synced 2025-05-26 01:45:06 +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)
|