summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/fdispatch/CMakeLists.txt
blob: 728f4e4688391bf0890d2ffbe9ce570d9734999b (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 fdispatch-bin
    INSTALL sbin
    DEPENDS
    searchcore_fdispatch_program
    searchcore_fdispatch_search
    searchcore_grouping
    searchcore_fdcommon
    searchcore_util
    searchcore_fconfig
    searchlib_searchlib_uca
)