aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/maintenance/CMakeLists.txt
blob: 57ed480ac47ea347112022b104208e4e78124ee5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_distributormaintenance OBJECT
    SOURCES
    maintenancescheduler.cpp
    node_maintenance_stats_tracker.cpp
    prioritizedbucket.cpp
    simplebucketprioritydatabase.cpp
    simplemaintenancescanner.cpp
    DEPENDS
)