aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/apps/sbcmd/CMakeLists.txt
blob: d038d1d87e8ae3477a0123797dde0e95f03e66dd (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(slobrok_sbcmd_app
    SOURCES
    sbcmd.cpp
    OUTPUT_NAME vespa-slobrok-cmd
    INSTALL bin
    DEPENDS
)