summaryrefslogtreecommitdiffstats
path: root/ann_benchmark/CMakeLists.txt
diff options
context:
space:
mode:
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
+)