summaryrefslogtreecommitdiffstats
path: root/slobrok/src/apps/sbcmd/CMakeLists.txt
blob: c9df0a4450066400e4095a8e9556648b1bde6773 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2016 Yahoo Inc. 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
)