aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/operations/external/CMakeLists.txt
blob: de60a6ddcabe5e9c3cb0d052e16d7d8dcb303ba4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_distributoroperationexternal OBJECT
    SOURCES
    check_condition.cpp
    getoperation.cpp
    intermediate_message_sender.cpp
    newest_replica.cpp
    putoperation.cpp
    read_for_write_visitor_operation.cpp
    removelocationoperation.cpp
    removeoperation.cpp
    statbucketlistoperation.cpp
    statbucketoperation.cpp
    twophaseupdateoperation.cpp
    updateoperation.cpp
    visitoroperation.cpp
    DEPENDS
)