mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-03 06:06:44 +00:00
Compile HTTP parser on win32 (for url parsing)
This commit is contained in:
parent
16bffd1c26
commit
2d1feaa2c7
@ -126,6 +126,8 @@ INCLUDE_DIRECTORIES(src include)
|
||||
|
||||
IF (WIN32 AND WINHTTP AND NOT MINGW)
|
||||
ADD_DEFINITIONS(-DGIT_WINHTTP)
|
||||
INCLUDE_DIRECTORIES(deps/http-parser)
|
||||
FILE(GLOB SRC_HTTP deps/http-parser/*.c deps/http-parser/*.h)
|
||||
ELSE ()
|
||||
IF (NOT AMIGA)
|
||||
FIND_PACKAGE(OpenSSL)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user