mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
8 lines
143 B
CMake
8 lines
143 B
CMake
set(SOURCES
|
|
BackgroundAction.cpp
|
|
Thread.cpp
|
|
)
|
|
|
|
serenity_lib(LibThread thread)
|
|
target_link_libraries(LibThread LibC LibCore LibPthread)
|