summaryrefslogtreecommitdiff
path: root/Userland/Libraries/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-05-22 18:47:42 +0200
committerAndreas Kling <kling@serenityos.org>2021-05-22 18:54:22 +0200
commitb5d73c834ff0f4cb1ff6112f055bee4cd02b21ec (patch)
tree82aae5e6a9d2d798b9810770b15f2a9d3cb04161 /Userland/Libraries/CMakeLists.txt
parent5729b4e9a5658d8728239e3141ff270004af5d6c (diff)
downloadserenity-b5d73c834ff0f4cb1ff6112f055bee4cd02b21ec.zip
Userland: Rename LibThread => LibThreading
Also rename the "LibThread" namespace to "Threading"
Diffstat (limited to 'Userland/Libraries/CMakeLists.txt')
-rw-r--r--Userland/Libraries/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/CMakeLists.txt b/Userland/Libraries/CMakeLists.txt
index 63f5b6f3d7..e3ae34ecaf 100644
--- a/Userland/Libraries/CMakeLists.txt
+++ b/Userland/Libraries/CMakeLists.txt
@@ -37,7 +37,7 @@ add_subdirectory(LibSyntax)
add_subdirectory(LibSystem)
add_subdirectory(LibTest)
add_subdirectory(LibTextCodec)
-add_subdirectory(LibThread)
+add_subdirectory(LibThreading)
add_subdirectory(LibTLS)
add_subdirectory(LibTTF)
add_subdirectory(LibVT)