mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:07:34 +00:00
Userland: Rename LibThread => LibThreading
Also rename the "LibThread" namespace to "Threading"
This commit is contained in:
parent
5729b4e9a5
commit
b5d73c834f
25 changed files with 69 additions and 69 deletions
|
@ -50,7 +50,7 @@ target_link_libraries(tar LibArchive LibCompress)
|
|||
target_link_libraries(telws LibProtocol LibLine)
|
||||
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-pthread LibThread)
|
||||
target_link_libraries(test-pthread LibThreading)
|
||||
target_link_libraries(tt LibPthread)
|
||||
target_link_libraries(unzip LibArchive LibCompress)
|
||||
target_link_libraries(zip LibArchive LibCompress LibCrypto)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue