mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 07:44:57 +00:00
7 lines
178 B
CMake
7 lines
178 B
CMake
set(SOURCES
|
|
pthread.cpp
|
|
)
|
|
|
|
serenity_libc(LibPthread pthread)
|
|
target_link_libraries(LibPthread LibC)
|
|
target_include_directories(LibPthread PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|