summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/fdispatch/CMakeLists.txt
blob: 63e1e6ca515e8d327821e0725202a58c3a773d2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_fdispatch_app
    SOURCES
    fdispatch.cpp
    OUTPUT_NAME vespa-fdispatch-bin
    INSTALL sbin
    DEPENDS
    searchcore_fdispatch_program
    searchcore_fdispatch_search
    searchcore_grouping
    searchcore_fdcommon
    searchcore_util
    searchcore_fconfig
    searchlib_searchlib_uca
)