summaryrefslogtreecommitdiffstats
path: root/searchsummary/CMakeLists.txt
blob: 5f6e8881f13441f95754e6bec7974cf969e1bd0c (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 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

    TESTS
    src/tests/docsumformat
    src/tests/docsummary
    src/tests/docsummary/slime_summary
    src/tests/extractkeywords
)