aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi/CMakeLists.txt
blob: 2faa2be3b82bd75987755429bd6addcc4755d18b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
    fnet
    vespalog
    vespalib
    searchlib
    searchcommon
    metrics
    config_cloudconfig
    fastlib_fast
    configdefinitions
    document
    persistencetypes

    LIBS
    src/vespa/searchcorespi
    src/vespa/searchcorespi/flush
    src/vespa/searchcorespi/index
)