Add AppVeyor support (#1380)

This commit is contained in:
Adolfo E. García
2018-06-10 16:16:30 -06:00
committed by Jonathan White
parent 959acb7988
commit 83917299db
10 changed files with 187 additions and 8 deletions

View File

@@ -339,6 +339,8 @@ if(ZLIB_VERSION_STRING VERSION_LESS "1.2.0")
message(FATAL_ERROR "zlib 1.2.0 or higher is required to use the gzip format")
endif()
include_directories(SYSTEM ${ARGON2_INCLUDE_DIR})
# Optional
if(WITH_XC_YUBIKEY)
find_package(YubiKey REQUIRED)