aboutsummaryrefslogtreecommitdiffstats
path: root/ann_benchmark/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-05-20 11:31:17 +0200
committerTor Egge <Tor.Egge@online.no>2021-05-20 11:31:17 +0200
commit6c92e912eba3cfaa52cf359c02e1664d071fd18c (patch)
treec64beebd8bf976c182aeab311a1adc925b183af1 /ann_benchmark/CMakeLists.txt
parentc8746c75e6ad4dad17ecd3daf2916fe45fd594f9 (diff)
Add python bindings for a HNSW index fixture using a tensor attribute vector containing a nearest neighbor index.
Diffstat (limited to 'ann_benchmark/CMakeLists.txt')
-rw-r--r--ann_benchmark/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/ann_benchmark/CMakeLists.txt b/ann_benchmark/CMakeLists.txt
new file mode 100644
index 00000000000..d34329667e3
--- /dev/null
+++ b/ann_benchmark/CMakeLists.txt
@@ -0,0 +1,13 @@
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_define_module(
+ DEPENDS
+ searchlib
+
+ LIBS
+ src/vespa/ann_benchmark
+
+ APPS
+
+ TESTS
+ src/tests/ann_benchmark
+)