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