summaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/persistence/CMakeLists.txt
blob: 08e98e9a58ef908c32188836e20fc5b3c5802d5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_spersistence OBJECT
    SOURCES
    bucketownershipnotifier.cpp
    bucketprocessor.cpp
    fieldvisitor.cpp
    mergehandler.cpp
    messages.cpp
    persistencethread.cpp
    persistenceutil.cpp
    processallhandler.cpp
    provider_error_wrapper.cpp
    splitbitdetector.cpp
    testandsethelper.cpp
    types.cpp
    DEPENDS
    AFTER
    storage_storageconfig
)