summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/ann/CMakeLists.txt
blob: 05256d19f009a473fa6e38f8849a5e173d0b4d09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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-hnswlike-nns.cpp
    xp-lsh-nns.cpp
    DEPENDS
    vespaeval
)