aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/src/vespa/vdslib/distribution/CMakeLists.txt
blob: 0d9342291e86b949d7af6d31ee31ab9486b5bfb1 (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(vdslib_distribution OBJECT
    SOURCES
    distribution.cpp
    distribution_config_util.cpp
    group.cpp
    idealnodecalculatorimpl.cpp
    redundancygroupdistribution.cpp
    DEPENDS
)