summaryrefslogtreecommitdiffstats
path: root/logd/CMakeLists.txt
blob: c49632351dc3cef41befebcfc40c4c5691f68f24 (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
# 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

    APPS
    src/apps/logd

    LIBS
    src/logd

    TESTS
    src/tests/empty_forwarder
    src/tests/proto_converter
    src/tests/rotate
    src/tests/rpc_forwarder
    src/tests/watcher
)

vespa_install_script(src/apps/retention/retention-enforcer.sh vespa-retention-enforcer sbin)