aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/vespa-fileheader-inspect/CMakeLists.txt
blob: 629f20e6d5b92cd01f7457acc43f505137d337b3 (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(searchlib_vespa-fileheader-inspect_app
    SOURCES
    vespa-fileheader-inspect.cpp
    OUTPUT_NAME vespa-fileheader-inspect
    INSTALL bin
    DEPENDS
    searchlib
)