summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/verify_ranksetup/CMakeLists.txt
blob: cc8434ef46f6f94435eccd757802fd8a21efd33a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchcore_verify_ranksetup_app
    SOURCES
    verify_ranksetup.cpp
    OUTPUT_NAME vespa-verify-ranksetup-bin
    INSTALL bin
    DEPENDS
    searchcore_fconfig
    searchcore_matching
    searchcore_documentmetastore
)
vespa_generate_config(searchcore_verify_ranksetup_app verify-ranksetup.def)