aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/src/vespa/vdslib/distribution/CMakeLists.txt
blob: 30b14d8388d39de09dc513b13da2b1c54557ade2 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. 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
)