aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog/src/logctl/CMakeLists.txt
blob: 1c1a88cd3f6c11f7c120336deb1b59664b21b889 (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(vespalog_vespa-logctl_app
    SOURCES
    logctl.cpp
    OUTPUT_NAME vespa-logctl
    INSTALL bin
    DEPENDS
    vespalog
)