summaryrefslogtreecommitdiffstats
path: root/persistence/CMakeLists.txt
blob: 48a1265f81d224e836436cc1f8d66f7d12bba8aa (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 Yahoo. 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
    GTest::GTest

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