ladybird/Userland/Libraries/LibThreading/CMakeLists.txt

8 lines
152 B
Text
Raw Normal View History

set(SOURCES
BackgroundAction.cpp
Thread.cpp
)
serenity_lib(LibThreading threading)
target_link_libraries(LibThreading LibC LibCore LibPthread)