aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/operations/idealstate/CMakeLists.txt
blob: 9de938b37b2ad2880e40c51c1414fdd82a2a672b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_distributoroperationidealstate OBJECT
    SOURCES
    garbagecollectionoperation.cpp
    idealstateoperation.cpp
    joinoperation.cpp
    mergelimiter.cpp
    mergemetadata.cpp
    mergeoperation.cpp
    removebucketoperation.cpp
    setbucketstateoperation.cpp
    splitoperation.cpp
    DEPENDS
)