summaryrefslogtreecommitdiffstats
path: root/fsa/src/apps/fsainfo/CMakeLists.txt
blob: d6165a6b314dbc3093281d81e30bef49dc423fd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2017 Yahoo Holdings. 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 vespa-fsainfo
    INSTALL bin
    DEPENDS
    fsa
)