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