summaryrefslogtreecommitdiffstats
path: root/fsa/src/apps/fsainfo/CMakeLists.txt
blob: c16332ed20b30484faa1a484cc92695c26430a2f (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(fsa_fsainfo_app
    SOURCES
    fsainfo.cpp
    OUTPUT_NAME fsainfo
    INSTALL bin
    DEPENDS
    fsa
)