aboutsummaryrefslogtreecommitdiffstats
path: root/persistence/CMakeLists.txt
blob: b801b16f60a6ea2d47621db3eb3d6130f477e7fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    vespalog
    vespalib
    document
    vdslib

    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
)