aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/CMakeLists.txt
blob: 3792f2b6218321ba3e72c3b289b4829bec2f4779 (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
31
32
33
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    fastos
    vespalog
    vespalib
    staging_vespalib
    fnet
    configdefinitions
    fastlib_fast
    document
    config_cloudconfig
    searchcommon
    persistencetypes
    metrics
    searchlib
    juniper

    LIBS
    src/vespa/searchsummary
    src/vespa/searchsummary/config
    src/vespa/searchsummary/docsummary
    src/vespa/searchsummary/test

    TESTS
    src/tests/docsumformat
    src/tests/docsummary
    src/tests/docsummary/attribute_combiner
    src/tests/docsummary/attributedfw
    src/tests/docsummary/matched_elements_filter
    src/tests/docsummary/slime_summary
    src/tests/extractkeywords
)