aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/common/CMakeLists.txt
blob: 708f3dd05b9fc865ba38e096ea6cb41e5f1fcb46 (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 Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_common OBJECT
    SOURCES
    bucket_stripe_utils.cpp
    content_bucket_space.cpp
    content_bucket_space_repo.cpp
    distributorcomponent.cpp
    global_bucket_space_distribution_converter.cpp
    messagebucket.cpp
    message_guard.cpp
    messagesender.cpp
    node_identity.cpp
    reindexing_constants.cpp
    servicelayercomponent.cpp
    statusmessages.cpp
    statusmetricconsumer.cpp
    storage_chain_builder.cpp
    storagecomponent.cpp
    storagelink.cpp
    storagelinkqueued.cpp
    DEPENDS
)