summaryrefslogtreecommitdiff
path: root/Libraries/LibThread/CMakeLists.txt
blob: 6bfce1c060455750d6a043f4916747eceebf79cb (plain)
1
2
3
4
5
6
7
set(SOURCES
    BackgroundAction.cpp
    Thread.cpp
)

serenity_lib(LibThread thread)
target_link_libraries(LibThread LibC LibCore LibPthread)