aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-proton-cmd/CMakeLists.txt
blob: ee0ac7b1c47bbbf763cee537261524830a9594a2 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_vespa-proton-cmd_app
    SOURCES
    vespa-proton-cmd.cpp
    OUTPUT_NAME vespa-proton-cmd-bin
    INSTALL bin
    DEPENDS
)