aboutsummaryrefslogtreecommitdiffstats
path: root/searchcorespi/CMakeLists.txt
blob: 0bbaa813752540fe5456a7503cc003c8c17dbda3 (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
# Copyright Yahoo. 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

    TESTS
    src/tests/index/disk_indexes
    src/tests/index/index_disk_layout
)