summaryrefslogtreecommitdiffstats
path: root/persistence/src/vespa/persistence/spi/CMakeLists.txt
blob: eda3ffb228fb8bbd17aacb27c4e01e125b4080fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(persistence_spi OBJECT
    SOURCES
    abstractpersistenceprovider.cpp
    attribute_resource_usage.cpp
    bucket.cpp
    bucketinfo.cpp
    catchresult.cpp
    clusterstate.cpp
    context.cpp
    docentry.cpp
    exceptions.cpp
    persistenceprovider.cpp
    read_consistency.cpp
    resource_usage.cpp
    resource_usage_listener.cpp
    result.cpp
    selection.cpp
    test.cpp
    DEPENDS
)