diff options
author | Brendan Coles <bcoles@gmail.com> | 2021-01-15 15:02:59 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-15 19:11:35 +0100 |
commit | 15fde85b214910e76677f86efaed22a4133ed1f6 (patch) | |
tree | 624305b594e0a23ef4b133627f20dde48b0d33a0 /Userland/Utilities/CMakeLists.txt | |
parent | 64b0d89335cc2517cf0024efdb7dc20bca5ec9d9 (diff) | |
download | serenity-15fde85b214910e76677f86efaed22a4133ed1f6.zip |
Tests: Move test-gfx-font to /usr/Tests/LibGfx/font and add new tests
Diffstat (limited to 'Userland/Utilities/CMakeLists.txt')
-rw-r--r-- | Userland/Utilities/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Utilities/CMakeLists.txt b/Userland/Utilities/CMakeLists.txt index 6dc2c78079..a6cffdb6de 100644 --- a/Userland/Utilities/CMakeLists.txt +++ b/Userland/Utilities/CMakeLists.txt @@ -40,7 +40,6 @@ 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-pthread LibThread) target_link_libraries(test-web LibWeb) |