aboutsummaryrefslogtreecommitdiffstats
path: root/persistence/CMakeLists.txt
blob: 983a0a390a09ff51174c9a4241d219e24dd0179a (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
    document
    persistencetypes
    config_cloudconfig
    vdslib
    metrics
    configdefinitions

    LIBS
    src/vespa/persistence
    src/vespa/persistence/conformancetest
    src/vespa/persistence/dummyimpl
    src/vespa/persistence/spi

    TEST_DEPENDS
    vdstestlib

    TESTS
    src/tests
    src/tests/dummyimpl
    src/tests/spi
)