Compile HTTP parser on win32 (for url parsing)

This commit is contained in:
Ben Straub 2013-11-04 15:03:44 -08:00
parent 16bffd1c26
commit 2d1feaa2c7

View File

@ -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)