summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/fdispatch/CMakeLists.txt
blob: 142826ec4eeda39c485fd10ffbc2023e1fc9df06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
)