mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 17:24:48 -05:00
15a96e841b
by default
11 lines
230 B
CMake
11 lines
230 B
CMake
set(SOURCES
|
|
BackgroundAction.cpp
|
|
Thread.cpp
|
|
)
|
|
|
|
serenity_lib(LibThreading threading)
|
|
target_link_libraries(LibThreading PRIVATE LibCore)
|
|
|
|
if (WIN32)
|
|
target_link_libraries(LibThreading PUBLIC ${PTHREAD_LIBRARY})
|
|
endif()
|