aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/ann/CMakeLists.txt
blob: 71a4f6a3310a1faf661862d4bfba2989997a5e53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright Vespa.ai. 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
)

vespa_add_executable(eval_gist_benchmark_app
    SOURCES
    gist_benchmark.cpp
    xp-annoy-nns.cpp
    extended-hnsw.cpp
    xp-lsh-nns.cpp
    DEPENDS
    vespaeval
)

vespa_add_executable(eval_remove_bm_app
    SOURCES
    remove-bm.cpp
    xp-annoy-nns.cpp
    xp-hnswlike-nns.cpp
    xp-lsh-nns.cpp
    DEPENDS
    vespaeval
)