aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog/src/logctl/CMakeLists.txt
blob: 0d5c516603df831f131d4754bb97fb7b694d5822 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2017 Yahoo Holdings. 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
)