summaryrefslogtreecommitdiff
path: root/Libraries/LibPthread/CMakeLists.txt
blob: 3fd2e1d70208b69b76dd218925697163bc40407b (plain)
1
2
3
4
5
6
set(SOURCES
    pthread.cpp
)

serenity_libc(LibPthread pthread)
target_link_libraries(LibPthread LibC)