aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/docstore/CMakeLists.txt
blob: 89804f79a139c91925a61dfc1a59ff9b9d959cd7 (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 Yahoo. 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
)