aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/CMakeLists.txt
blob: 47d5756f3ee8f315eee856f312c2fe32e710849c (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_define_module(
    DEPENDS
    vespalog
    vespalib
    configdefinitions
    document
    searchlib

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

    TESTS
    src/tests/docsummary
    src/tests/docsummary/annotation_converter
    src/tests/docsummary/attribute_combiner
    src/tests/docsummary/attributedfw
    src/tests/docsummary/document_id_dfw
    src/tests/docsummary/matched_elements_filter
    src/tests/docsummary/query_term_filter_factory
    src/tests/docsummary/result_class
    src/tests/docsummary/slime_filler
    src/tests/docsummary/slime_filler_filter
    src/tests/docsummary/slime_summary
    src/tests/juniper
)