aboutsummaryrefslogtreecommitdiffstats
path: root/logd/CMakeLists.txt
blob: e80f821a4265760268aa10b84d47ca2db4c1434e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_define_module(
    DEPENDS
    vespalog
    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)