summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/memoryindex/CMakeLists.txt
blob: e845201f5c683671ed3b0b79e64ed2a35c1a0f02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchlib_memoryindex OBJECT
    SOURCES
    compact_words_store.cpp
    document_inverter.cpp
    document_inverter_collection.cpp
    document_inverter_context.cpp
    feature_store.cpp
    field_index.cpp
    field_index_base.cpp
    field_index_collection.cpp
    field_index_remover.cpp
    field_inverter.cpp
    memory_index.cpp
    ordered_field_index_inserter.cpp
    posting_iterator.cpp
    url_field_inverter.cpp
    word_store.cpp
    DEPENDS
)