aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/src/vespa/vdslib/distribution/CMakeLists.txt
blob: 58ec94eec9c103eae9d81bc2a9674927693aa681 (plain) (blame)
1
2
3
4
5
6
7
8
9
# 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
    redundancygroupdistribution.cpp
    DEPENDS
)