mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Add support for gzip compressed databases.
This commit is contained in:
parent
f0e711ac23
commit
b8dfb9cc4d
13 changed files with 1290 additions and 11 deletions
|
@ -49,6 +49,8 @@ find_package(Automoc4 REQUIRED)
|
|||
|
||||
find_package(Libgcrypt REQUIRED)
|
||||
|
||||
find_package(ZLIB REQUIRED)
|
||||
|
||||
add_subdirectory(src)
|
||||
if( WITH_TESTS )
|
||||
add_subdirectory(tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue