ladybird/Userland/Libraries/LibThread/CMakeLists.txt
2021-01-12 12:17:46 +01:00

7 lines
143 B
CMake

set(SOURCES
BackgroundAction.cpp
Thread.cpp
)
serenity_lib(LibThread thread)
target_link_libraries(LibThread LibC LibCore LibPthread)