aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/index/CMakeLists.txt
blob: 0bf912a8a1107c771a2265ddab99d47156e4819e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_searchlib_index OBJECT
    SOURCES
    dictionaryfile.cpp
    docidandfeatures.cpp
    dummyfileheadercontext.cpp
    indexbuilder.cpp
    postinglisthandle.cpp
    postinglistcounts.cpp
    postinglistcountfile.cpp
    postinglistfile.cpp
    postinglistparams.cpp
    schemautil.cpp
    schema_index_fields.cpp
    uri_field.cpp
    DEPENDS
)