aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/CMakeLists.txt
blob: ac392c6582c797150fb2368aa61a62781c08e31c (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 Yahoo. 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
)