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