From c7a82e67007aecb46315780b53a691a519d90513 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 7 Oct 2017 16:57:15 +0200 Subject: Introduce ArchiveFile class --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c96f1d..61dc3a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ add_library( DictzipQuery SHARED src/index.cc + src/archive.cc src/util/base64.cc src/util/query.cc src/istream/stream.cc -- cgit v1.2.3