aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/src/apps/fsainfo/CMakeLists.txt
blob: 7651535065f8384e848c6b27e59be853cb0e8837 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. 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
    vespafsa
)