aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/storageserver/CMakeLists.txt
blob: 2a9c2306dfcd5339c776939b96bc8eb57b858800 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

vespa_add_library(storage_storageserver OBJECT
    SOURCES
    bouncer.cpp
    bouncer_metrics.cpp
    changedbucketownershiphandler.cpp
    communicationmanager.cpp
    communicationmanagermetrics.cpp
    config_logging.cpp
    configurable_bucket_resolver.cpp
    distributornode.cpp
    distributornodecontext.cpp
    documentapiconverter.cpp
    fnet_metrics_wrapper.cpp
    mergethrottler.cpp
    priorityconverter.cpp
    rpcrequestwrapper.cpp
    service_layer_error_listener.cpp
    servicelayernode.cpp
    servicelayernodecontext.cpp
    statemanager.cpp
    statereporter.cpp
    storagemetricsset.cpp
    storagenode.cpp
    storagenodecontext.cpp
    tls_statistics_metrics_wrapper.cpp
    $<TARGET_OBJECTS:storage_storageserver_rpc>
    DEPENDS
)