Add kdbx-extract utility.

It dumps the raw xml string of a kdbx database to stdout.
This commit is contained in:
Felix Geyer 2011-07-06 20:23:29 +02:00
parent ef8935431c
commit 87ee9b7c85
3 changed files with 88 additions and 0 deletions

View file

@ -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 )