aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/CMakeLists.txt
blob: 970937e18ec33c834838c53764467bf64ada64cf (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 Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_common OBJECT
    SOURCES
    allocatedbitvector.cpp
    bitvector.cpp
    bitvectorcache.cpp
    bitvectoriterator.cpp
    bitword.cpp
    condensedbitvectors.cpp
    documentlocations.cpp
    documentsummary.cpp
    fileheadercontext.cpp
    flush_token.cpp
    geo_gcd.cpp
    geo_location.cpp
    geo_location_parser.cpp
    geo_location_spec.cpp
    growablebitvector.cpp
    indexmetainfo.cpp
    location.cpp
    locationiterators.cpp
    mapnames.cpp
    matching_elements.cpp
    matching_elements_fields.cpp
    packets.cpp
    partialbitvector.cpp
    resultset.cpp
    schedule_sequenced_task_callback.cpp
    serialnumfileheadercontext.cpp
    sort.cpp
    sortdata.cpp
    sortresults.cpp
    sortspec.cpp
    threaded_compactable_lid_space.cpp
    tunefileinfo.cpp
    unique_issues.cpp
    DEPENDS
)