aboutsummaryrefslogtreecommitdiffstats
path: root/logd/src/logd/CMakeLists.txt
blob: dc3a25799ebab18bf8e348320a117c5a39bda6f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(logd STATIC
    SOURCES
    conf.cpp
    conn.cpp
    forward.cpp
    metrics.cpp
    state.cpp
    watch.cpp

    DEPENDS
)
vespa_generate_config(logd ../main/resources/configdefinitions/logd.def)
install_config_definition(../main/resources/configdefinitions/logd.def cloud.config.log.logd.def)