aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/docstore/CMakeLists.txt
blob: 1e2b6aa58fbe35d4d6ff1bd64c277ca270fa2d4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_docstore OBJECT
    SOURCES
    chunk.cpp
    chunkformat.cpp
    chunkformats.cpp
    compacter.cpp
    data_store_file_chunk_id.cpp
    document_store_visitor_progress.cpp
    documentstore.cpp
    filechunk.cpp
    idatastore.cpp
    idocumentstore.cpp
    lid_info.cpp
    logdatastore.cpp
    logdocumentstore.cpp
    randreaders.cpp
    storebybucket.cpp
    summaryexceptions.cpp
    value.cpp
    visitcache.cpp
    writeablefilechunk.cpp
    DEPENDS
)