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