mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +00:00
8 lines
199 B
CMake
8 lines
199 B
CMake
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})
|