summaryrefslogtreecommitdiffstats
path: root/persistence/src/vespa/persistence/spi/CMakeLists.txt
blob: 14550ef97a6cdb3c6a4acfde2d506a7c60c863ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
    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
)