summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/verify_ranksetup/CMakeLists.txt
blob: 18b4c3d610474220831f63df44f9bf7228751435 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2017 Yahoo Holdings. 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
)