mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-23 14:14:36 -04:00
Add missing header to cmakelists when building without YubiKey
This commit is contained in:
parent
91160c5f36
commit
d7f5a15f68
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ endif()
|
||||||
if(WITH_XC_YUBIKEY)
|
if(WITH_XC_YUBIKEY)
|
||||||
list(APPEND keepassx_SOURCES keys/drivers/YubiKey.cpp)
|
list(APPEND keepassx_SOURCES keys/drivers/YubiKey.cpp)
|
||||||
else()
|
else()
|
||||||
list(APPEND keepassx_SOURCES keys/drivers/YubiKeyStub.cpp)
|
list(APPEND keepassx_SOURCES keys/drivers/YubiKey.h keys/drivers/YubiKeyStub.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WITH_XC_TOUCHID)
|
if(WITH_XC_TOUCHID)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue