summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPthread/CMakeLists.txt
blob: c28f072b5e1f83d2fa0bedbd9805adcd44e7bbc9 (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 LibSystem)
target_include_directories(LibPthread PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})