aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/CMakeLists.txt
blob: b997bf5f9834004f8121a5f19d29ab0090106f3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    fastos
    vespalog
    vespalib
    staging_vespalib
    config_cloudconfig
    configdefinitions
    document

    LIBS
    src/vespa/vdslib
    src/vespa/vdslib/container
    src/vespa/vdslib/distribution
    src/vespa/vdslib/state
    src/vespa/vdslib/thread

    TEST_DEPENDS
    vdstestlib

    TESTS
    src/tests
    src/tests/bucketdistribution
    src/tests/container
    src/tests/distribution
    src/tests/state
    src/tests/thread
)