aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/vespa-detect-hostname/CMakeLists.txt
blob: 51d2ba3b0b0e3b10a7401f1856913c2c891f5271 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_vespa-detect-hostname_app
    SOURCES
    detect_hostname.cpp
    OUTPUT_NAME vespa-detect-hostname
    INSTALL bin
    DEPENDS
    vespalib
)