mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
b5d73c834f
Also rename the "LibThread" namespace to "Threading"
7 lines
152 B
CMake
7 lines
152 B
CMake
set(SOURCES
|
|
BackgroundAction.cpp
|
|
Thread.cpp
|
|
)
|
|
|
|
serenity_lib(LibThreading threading)
|
|
target_link_libraries(LibThreading LibC LibCore LibPthread)
|