summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/CMakeLists.txt
blob: f4a9e27b79d1af73bb1067501a720bbf8acd79b3 (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
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_common OBJECT
    SOURCES
    adaptive_sequenced_executor.cpp
    allocatedbitvector.cpp
    bitvector.cpp
    bitvectorcache.cpp
    bitvectoriterator.cpp
    bitword.cpp
    condensedbitvectors.cpp
    documentlocations.cpp
    documentsummary.cpp
    featureset.cpp
    fileheadercontext.cpp
    foregroundtaskexecutor.cpp
    gatecallback.cpp
    growablebitvector.cpp
    indexmetainfo.cpp
    isequencedtaskexecutor.cpp
    location.cpp
    locationiterators.cpp
    mapnames.cpp
    matching_elements.cpp
    packets.cpp
    partialbitvector.cpp
    resultset.cpp
    sequencedtaskexecutor.cpp
    sequencedtaskexecutorobserver.cpp
    serialnumfileheadercontext.cpp
    sort.cpp
    sortdata.cpp
    sortresults.cpp
    sortspec.cpp
    struct_field_mapper.cpp
    threaded_compactable_lid_space.cpp
    tunefileinfo.cpp
    DEPENDS
)