aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/verify_ranksetup/CMakeLists.txt
diff options
context:
space:
mode:
authorHaavard <havardpe@yahoo-inc.com>2016-09-01 13:26:26 +0000
committerHaavard <havardpe@yahoo-inc.com>2016-09-01 13:26:26 +0000
commit3b6a878a2dfea4ca053758196f74fbf0e750f6ea (patch)
tree7dc4680b42d8853f19230d004e448a072bfbe022 /searchcore/src/apps/verify_ranksetup/CMakeLists.txt
parent30a93ab6b522538904bfafd1a5f16c5c517f4df4 (diff)
extend verify ranksetup to also verify ranking constants
Diffstat (limited to 'searchcore/src/apps/verify_ranksetup/CMakeLists.txt')
-rw-r--r--searchcore/src/apps/verify_ranksetup/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/apps/verify_ranksetup/CMakeLists.txt b/searchcore/src/apps/verify_ranksetup/CMakeLists.txt
index c71d306db9a..de777f88182 100644
--- a/searchcore/src/apps/verify_ranksetup/CMakeLists.txt
+++ b/searchcore/src/apps/verify_ranksetup/CMakeLists.txt
@@ -5,6 +5,7 @@ vespa_add_executable(searchcore_verify_ranksetup_app
OUTPUT_NAME verify_ranksetup-bin
INSTALL bin
DEPENDS
+ searchcore_fconfig
searchcore_matching
searchcore_documentmetastore
)