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

7 lines
144 B
CMake

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