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