aboutsummaryrefslogtreecommitdiffstats
path: root/logd/src/apps/logd/CMakeLists.txt
blob: dbbf46a1c5caaf4bdd11d85a7ae02e10697130b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(logd_app
    SOURCES
    main.cpp
    OUTPUT_NAME vespa-logd
    INSTALL sbin
    DEPENDS
    logd
)