aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/vespa-detect-hostname/CMakeLists.txt
blob: 95c6fc20fb35b4db4d10473edb49dea795d02f2b (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(vespalib_vespa-detect-hostname_app
    SOURCES
    detect_hostname.cpp
    OUTPUT_NAME vespa-detect-hostname
    INSTALL bin
    DEPENDS
    vespalib
)