summaryrefslogtreecommitdiffstats
path: root/vespalog/src/logctl/CMakeLists.txt
blob: 23e7b6a10e87db7cb8c465a01d4f0b2bc92e4d51 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. 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
)