aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/apps/sbcmd/CMakeLists.txt
blob: c4f8a69e8df69a2b14be5932bf5b04b932b29fb8 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(slobrok_sbcmd_app
    SOURCES
    sbcmd.cpp
    OUTPUT_NAME vespa-slobrok-cmd
    INSTALL bin
    DEPENDS
)