summaryrefslogtreecommitdiffstats
path: root/storageserver/src/apps/storaged/CMakeLists.txt
blob: 8a488b69d77ae19884f82a5c29fe9cc608f372c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2016 Yahoo Inc. 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 storaged-bin
    INSTALL sbin
    DEPENDS
    storageserver_storageapp
    searchlib_searchlib_uca
)