aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/diskindex/CMakeLists.txt
blob: 6a69515463f5b04d4cf70be5bebbac73e1cc9d98 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_diskindex OBJECT
    SOURCES
    bitvectordictionary.cpp
    bitvectorfile.cpp
    bitvectoridxfile.cpp
    bitvectorkeyscope.cpp
    dictionarywordreader.cpp
    diskindex.cpp
    disktermblueprint.cpp
    docidmapper.cpp
    extposocc.cpp
    field_merger.cpp
    field_mergers_state.cpp
    field_merger_task.cpp
    fieldreader.cpp
    fieldwriter.cpp
    field_length_scanner.cpp
    fileheader.cpp
    fusion.cpp
    fusion_input_index.cpp
    fusion_output_index.cpp
    indexbuilder.cpp
    pagedict4file.cpp
    pagedict4randread.cpp
    wordnummapper.cpp
    zc4_posting_header.cpp
    zc4_posting_reader.cpp
    zc4_posting_reader_base.cpp
    zc4_posting_writer.cpp
    zc4_posting_writer_base.cpp
    zcbuf.cpp
    zcposocc.cpp
    zcposocciterators.cpp
    zcposoccrandread.cpp
    zcposting.cpp
    zcpostingiterators.cpp
    DEPENDS
)