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