mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
feat(core): make cpp-httplib use poll()
This commit is contained in:
parent
dfc8162f44
commit
9d197ebdd9
@ -11,6 +11,9 @@ add_library(Core STATIC
|
||||
httplib.h
|
||||
)
|
||||
|
||||
# Configure cpp-httplib.
|
||||
add_definitions(-DCPPHTTPLIB_USE_POLL)
|
||||
|
||||
target_link_libraries(Core Registry Ui)
|
||||
|
||||
find_package(Qt5 COMPONENTS Network WebEngine Widgets REQUIRED)
|
||||
|
Loading…
Reference in New Issue
Block a user