Add support for gzip compressed databases.

This commit is contained in:
Felix Geyer 2010-09-23 22:27:59 +02:00
parent f0e711ac23
commit b8dfb9cc4d
13 changed files with 1290 additions and 11 deletions

View file

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