Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo E. GarcĂ­a <adolfo.garcia.cr@gmail.com>2018-06-11 01:16:30 +0300
committerJonathan White <droidmonkey@users.noreply.github.com>2018-06-11 01:16:30 +0300
commit83917299db6a2ba3c99937c6ed6ce60985618f99 (patch)
tree1d313ef89c5a183b73ad85da3cca30b0b35333b0 /CMakeLists.txt
parent959acb798896dd69561b271bc281ba99aa518008 (diff)
Add AppVeyor support (#1380)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a4cb4d1fc..dfba16788 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)