Add CMake feature description

This commit is contained in:
Janek Bevendorff 2017-02-25 17:11:02 +01:00
parent 44206cf088
commit 48366d245c
No known key found for this signature in database
GPG key ID: CFEC2F6850BFFA53
2 changed files with 6 additions and 5 deletions

View file

@ -34,9 +34,9 @@ option(WITH_GUI_TESTS "Enable building of GUI tests" OFF)
option(WITH_DEV_BUILD "Use only for development. Disables/warns about deprecated methods." OFF)
option(WITH_COVERAGE "Use to build with coverage tests. (GCC ONLY)." OFF)
option(WITH_XC_AUTOTYPE "Include Autotype." OFF)
option(WITH_XC_HTTP "Include KeePassHTTP." OFF)
option(WITH_XC_YUBIKEY "Include Yubikey support." OFF)
option(WITH_XC_AUTOTYPE "Include Auto-Type." OFF)
option(WITH_XC_HTTP "Include KeePassHTTP support." OFF)
option(WITH_XC_YUBIKEY "Include YubiKey support." OFF)
set(KEEPASSXC_VERSION "2.1.2")
set(KEEPASSXC_VERSION_NUM "2.1.2")