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

serenity_libc(LibPthread pthread)
target_link_libraries(LibPthread LibC)
target_include_directories(LibPthread PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})