aboutsummaryrefslogtreecommitdiffstats
path: root/logd/CMakeLists.txt
blob: 6a8296564a357ff14ad4ba7e9a0e88bd814f9f95 (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 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/forward
    src/tests/info
    src/tests/rotate
)

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