aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver/src/apps/storaged/CMakeLists.txt
blob: 67377c6cba39672d99056256eb67a452f37a5540 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(storageserver_storaged_app
    SOURCES
    storage.cpp
    forcelink.cpp
    OUTPUT_NAME vespa-storaged-bin
    INSTALL sbin
    DEPENDS
    storageserver_storageapp
    protobuf::libprotobuf
)

vespa_add_target_package_dependency(storageserver_storaged_app Protobuf)

install_absolute_symlink(vespa-storaged-bin sbin/vespa-distributord-bin)