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