aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAdrian Kummerlaender2017-10-07 15:45:37 +0200
committerAdrian Kummerlaender2017-10-07 15:45:37 +0200
commit51a422f161e7e7cc5b1093a12e004165754ec1b9 (patch)
tree5c23a69b197e614424aba3e14f59be87de6a4fac /CMakeLists.txt
parent574e79243648debf57a0d92653bd0df83398e772 (diff)
downloadDictzipQuery-51a422f161e7e7cc5b1093a12e004165754ec1b9.tar
DictzipQuery-51a422f161e7e7cc5b1093a12e004165754ec1b9.tar.gz
DictzipQuery-51a422f161e7e7cc5b1093a12e004165754ec1b9.tar.bz2
DictzipQuery-51a422f161e7e7cc5b1093a12e004165754ec1b9.tar.lz
DictzipQuery-51a422f161e7e7cc5b1093a12e004165754ec1b9.tar.xz
DictzipQuery-51a422f161e7e7cc5b1093a12e004165754ec1b9.tar.zst
DictzipQuery-51a422f161e7e7cc5b1093a12e004165754ec1b9.zip
Introduce IndexFile class
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 45d4b67..6c96f1d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(
add_library(
DictzipQuery
SHARED
+ src/index.cc
src/util/base64.cc
src/util/query.cc
src/istream/stream.cc