aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/persistence/filestorage/CMakeLists.txt
blob: 15db6297723aeb26f35e610f9b8223c6d438bf99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_filestorpersistence OBJECT
    SOURCES
    active_operations_metrics.cpp
    active_operations_stats.cpp
    filestorhandler.cpp
    filestorhandlerimpl.cpp
    filestormanager.cpp
    filestormetrics.cpp
    has_mask_remapper.cpp
    merge_handler_metrics.cpp
    mergestatus.cpp
    modifiedbucketchecker.cpp
    service_layer_host_info_reporter.cpp
    DEPENDS
)