1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Userland/Libraries/LibThreading/CMakeLists.txt
2022-07-19 11:00:35 +01:00

7 lines
141 B
CMake

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