Add winhttp for cmake Windows builds
This commit is contained in:
parent
b01ec488d6
commit
e07495502e
1 changed files with 3 additions and 0 deletions
|
@ -2332,6 +2332,9 @@ target_link_libraries(${CoreLibName} Common native chdr kirk cityhash sfmt19937
|
|||
|
||||
if(NOT HTTPS_NOT_AVAILABLE)
|
||||
target_link_libraries(${CoreLibName} naett)
|
||||
if(WIN32)
|
||||
target_link_libraries(${CoreLibName} winhttp)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
target_compile_features(${CoreLibName} PUBLIC cxx_std_17)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue