aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/vsm/vsm/CMakeLists.txt
blob: d13e2e1fd547f71a65c1070101af9f95762f0585 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vsm_vsmbase OBJECT
    SOURCES
    docsumfieldspec.cpp
    docsumfilter.cpp
    docsum_field_writer_factory.cpp
    fieldsearchspec.cpp
    flattendocsumwriter.cpp
    query_term_filter_factory.cpp
    snippetmodifier.cpp
    tokens_converter.cpp
    tokens_dfw.cpp
    vsm-adapter.cpp
    DEPENDS
    vsm_vconfig
)