aboutsummaryrefslogtreecommitdiffstats
path: root/logd/src/logd/CMakeLists.txt
blob: be3fe2d1794e310a9b0967e396ea312f3c84f871 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
    watch.cpp
    conn.cpp
    conf.cpp
    forward.cpp
    service.cpp
    cmdbuf.cpp
    perform.cpp
    sigterm.cpp
    DEPENDS
)
vespa_generate_config(logd ../main/resources/configdefinitions/logd.def)
install_config_definition(../main/resources/configdefinitions/logd.def cloud.config.log.logd.def)