aboutsummaryrefslogtreecommitdiffstats
path: root/streamingvisitors/src/vespa/vsm/vsm/CMakeLists.txt
blob: a50a541f3b78b15c5289f209b28ef6e4078cae74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
    vsm-adapter.cpp
    DEPENDS
    vsm_vconfig
)