aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/persistence/CMakeLists.txt
blob: 7715517a791f4771f9b2d991a08ebd13223d5d72 (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 Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_spersistence OBJECT
    SOURCES
    apply_bucket_diff_entry_complete.cpp
    apply_bucket_diff_state.cpp
    asynchandler.cpp
    bucketownershipnotifier.cpp
    bucketprocessor.cpp
    fieldvisitor.cpp
    mergehandler.cpp
    messages.cpp
    persistencehandler.cpp
    persistencethread.cpp
    persistenceutil.cpp
    processallhandler.cpp
    provider_error_wrapper.cpp
    simplemessagehandler.cpp
    splitbitdetector.cpp
    splitjoinhandler.cpp
    testandsethelper.cpp
    DEPENDS
)