aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/tools/CMakeLists.txt
blob: e5b48a3b39f05cc74efe887d6145302d0357d9b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright Yahoo. 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
)