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