aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/tools/CMakeLists.txt
blob: 99f51a9109bd8f5138273536482e038f5d66ecbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(storage_getidealstate_app
    SOURCES
    getidealstate.cpp
    DEPENDS
    storage
)
vespa_add_executable(storage_generatedistributionbits_app
    SOURCES
    generatedistributionbits.cpp
    DEPENDS
    storage
)
vespa_add_executable(storage_storage-cmd_app
    SOURCES
    storage-cmd.cpp
    OUTPUT_NAME vespa-storage-cmd
    DEPENDS
)