summaryrefslogtreecommitdiff
path: root/Userland/Utilities/CMakeLists.txt
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-05-07 03:17:48 -0700
committerLinus Groh <mail@linusgroh.de>2021-05-08 00:04:10 +0100
commitb390554ad8d140a4d41c6f2cf6b1809f29a3ef51 (patch)
tree2c8a132823daa8a36b4ad30850ab796f0cf830fd /Userland/Utilities/CMakeLists.txt
parent284730c0027d0afd11b259191c37206eb0a83728 (diff)
downloadserenity-b390554ad8d140a4d41c6f2cf6b1809f29a3ef51.zip
Tests: Move Userland/Utilities/test-web to Tests/LibWeb
Diffstat (limited to 'Userland/Utilities/CMakeLists.txt')
-rw-r--r--Userland/Utilities/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Utilities/CMakeLists.txt b/Userland/Utilities/CMakeLists.txt
index 2a6fc7843f..67a7056742 100644
--- a/Userland/Utilities/CMakeLists.txt
+++ b/Userland/Utilities/CMakeLists.txt
@@ -47,7 +47,6 @@ target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
target_link_libraries(test-js LibJS LibLine LibCore)
target_link_libraries(test-pthread LibThread)
-target_link_libraries(test-web LibWeb)
target_link_libraries(tt LibPthread)
target_link_libraries(grep LibRegex)
target_link_libraries(zip LibArchive LibCompress LibCrypto)