summaryrefslogtreecommitdiffstats
path: root/filedistribution/CMakeLists.txt
blob: 8baee25a1922dd1c45932e7228166a048e92c718 (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
30
31
32
33
34
35
36
37
38
39
# 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
    fnet
    frtstream
    configdefinitions
    config_cloudconfig
    staging_vespalib
    vespadefaults
    vespalib
    fileacquirer

    EXTERNAL_DEPENDS
    torrent-rasterbar

    LIBS
    src/vespa/filedistribution/rpc
    src/vespa/filedistribution/common
    src/vespa/filedistribution/manager
    src/vespa/filedistribution/distributor
    src/vespa/filedistribution/model

    TESTS
    src/tests/zkfacade
    src/tests/zkfiledbmodel
    src/tests/filedbmodelimpl
    src/tests/status
    src/tests/scheduler
    src/tests/rpc
    src/tests/common
    src/tests/filedownloader
    src/tests/lib

    APPS
    src/apps/status
    src/apps/filedistributor
)