aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/apps/slobrok/CMakeLists.txt
blob: 33b90ddc4661f70a95cac02a471251dc5292b4ae (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. 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 sbin
    DEPENDS
    vespa_slobrok_slobrokserver
)