mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
b5d73c834f
Also rename the "LibThread" namespace to "Threading"
8 lines
152 B
CMake
8 lines
152 B
CMake
set(SOURCES
|
|
BackgroundAction.cpp
|
|
Thread.cpp
|
|
)
|
|
|
|
serenity_lib(LibThreading threading)
|
|
target_link_libraries(LibThreading LibC LibCore LibPthread)
|