mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
8 lines
178 B
CMake
8 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})
|