aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/juniper/CMakeLists.txt
blob: 1d47885b1a97eb729bd47e7c69980724f154c599 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(searchsummary_juniper OBJECT
    SOURCES
    Matcher.cpp
    appender.cpp
    sumdesc.cpp
    mcand.cpp
    keyocc.cpp
    juniperparams.cpp
    juniper_separators.cpp
    SummaryConfig.cpp
    tokenizer.cpp
    propreader.cpp
    stringmap.cpp
    rpinterface.cpp
    dpinterface.cpp
    querynode.cpp
    queryvisitor.cpp
    queryhandle.cpp
    matchobject.cpp
    result.cpp
    config.cpp
    matchelem.cpp
    queryparser.cpp
    querymodifier.cpp
    expcache.cpp
    reducematcher.cpp
    specialtokenregistry.cpp
    DEPENDS
)