mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibRequests: Port to Windows
This commit is contained in:
parent
212cea4535
commit
969fb1a3a8
Notes:
github-actions[bot]
2024-12-17 10:08:45 +00:00
Author: https://github.com/stasoid
Commit: 969fb1a3a8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2921
2 changed files with 7 additions and 1 deletions
|
@ -12,3 +12,8 @@ set(GENERATED_SOURCES
|
|||
|
||||
serenity_lib(LibRequests requests)
|
||||
target_link_libraries(LibRequests PRIVATE LibCore LibIPC)
|
||||
|
||||
if (WIN32)
|
||||
find_package(pthread REQUIRED)
|
||||
target_include_directories(LibRequests PRIVATE ${PTHREAD_INCLUDE_DIR})
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue