aboutsummaryrefslogtreecommitdiffstats
path: root/juniper/src/vespa/juniper/CMakeLists.txt
blob: 4b4ae30a7ac89937985780caf2a8dfde7c4c1e64 (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
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(juniper
    SOURCES
    Matcher.cpp
    sumdesc.cpp
    mcand.cpp
    keyocc.cpp
    juniperparams.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
    INSTALL lib64
    DEPENDS
)