aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/docstore/CMakeLists.txt
blob: f03010f2825e8ffdcb739e3824528fa6d036ed23 (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
32
33
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_vespa-verify-logdatastore_app
    SOURCES
    verifylogdatastore.cpp
    OUTPUT_NAME vespa-verify-logdatastore
    INSTALL bin
    DEPENDS
    searchlib
)
vespa_add_executable(searchlib_vespa-documentstore-inspect_app
    SOURCES
    documentstoreinspect.cpp
    OUTPUT_NAME vespa-documentstore-inspect
    INSTALL bin
    DEPENDS
    searchlib
)
vespa_add_executable(searchlib_vespa-documentstore-benchmark_app
    SOURCES
    benchmarkdatastore.cpp
    OUTPUT_NAME vespa-documentstore-benchmark
    INSTALL bin
    DEPENDS
    searchlib
)
vespa_add_executable(searchlib_vespa-create-idx-from-dat_app
    SOURCES
    create-idx-from-dat.cpp
    OUTPUT_NAME vespa-create-idx-from-dat
    INSTALL bin
    DEPENDS
    searchlib
)