summaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/fileheaderinspect/CMakeLists.txt
blob: 322bf6fefcbba41d946b4ae6c078bf7406615a6a (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(searchlib_vespa-header-inspect_app
    SOURCES
    fileheaderinspect.cpp
    OUTPUT_NAME vespa-header-inspect
    INSTALL bin
    DEPENDS
    searchlib
)