1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 19:07:35 +00:00

Userland: Add test-gfx-font for Gfx::Font tests

This commit is contained in:
Brendan Coles 2020-11-14 05:42:57 +00:00 committed by Andreas Kling
parent 69518bd178
commit 664322d34b
2 changed files with 170 additions and 0 deletions

View file

@ -38,6 +38,7 @@ target_link_libraries(su LibCrypt)
target_link_libraries(tar LibTar LibCompress)
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
target_link_libraries(test-compress LibCompress)
target_link_libraries(test-gfx-font LibGUI LibCore)
target_link_libraries(test-js LibJS LibLine LibCore)
target_link_libraries(test-web LibWeb)
target_link_libraries(tt LibPthread)