aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/ann/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/tests/ann/CMakeLists.txt')
-rw-r--r--eval/src/tests/ann/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/eval/src/tests/ann/CMakeLists.txt b/eval/src/tests/ann/CMakeLists.txt
new file mode 100644
index 00000000000..d82b2311b22
--- /dev/null
+++ b/eval/src/tests/ann/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+vespa_add_executable(eval_sift_benchmark_app
+ SOURCES
+ sift_benchmark.cpp
+ xp-annoy-nns.cpp
+ xp-lsh-nns.cpp
+ DEPENDS
+ vespaeval
+)