summaryrefslogtreecommitdiffstats
path: root/vdslib/src/tests/bucketdistribution/CMakeLists.txt
blob: 986a7ff26ff3c55bc200cb3b3b376d3a0e21fd09 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
find_package(GTest REQUIRED)
vespa_add_library(vdslib_bucketdistributiontest
    SOURCES
    bucketdistributiontest.cpp
    DEPENDS
    vdslib
    GTest::GTest
)