aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/CMakeLists.txt
blob: 6601dda930405bea94ef4bde433e9591f69fc99e (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
# 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
    vespalib
    fnet
    configdefinitions
    staging_vespalib

    LIBS
    src/vespa/slobrok
    src/vespa/slobrok/server

    APPS
    src/apps/check_slobrok
    src/apps/sbcmd
    src/apps/slobrok

    TESTS
    src/tests/backoff
    src/tests/configure
    src/tests/mirrorapi
    src/tests/registerapi
    src/tests/standalone
    src/tests/startsome
    src/tests/startup
)