aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/src/apps/fsadump/CMakeLists.txt
blob: 3497156305ddbe7e8cf91b6978a89cb44e00b0fd (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_fsadump_app
    SOURCES
    fsadump.cpp
    OUTPUT_NAME vespa-fsadump
    INSTALL bin
    DEPENDS
    vespafsa
)