mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Add kdbx-extract utility.
It dumps the raw xml string of a kdbx database to stdout.
This commit is contained in:
parent
ef8935431c
commit
87ee9b7c85
3 changed files with 88 additions and 0 deletions
|
@ -72,6 +72,7 @@ if(NOT ZLIB_SUPPORTS_GZIP)
|
|||
endif(NOT ZLIB_SUPPORTS_GZIP)
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(utils)
|
||||
if( WITH_TESTS )
|
||||
add_subdirectory(tests)
|
||||
endif( WITH_TESTS )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue