mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05: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)
|