mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:38:10 +00:00
8 lines
129 B
CMake
8 lines
129 B
CMake
set(SOURCES
|
|
Cmap.cpp
|
|
Font.cpp
|
|
Glyf.cpp
|
|
)
|
|
|
|
serenity_lib(LibTTF ttf)
|
|
target_link_libraries(LibTTF LibGfx LibM LibCore)
|