summaryrefslogtreecommitdiffstats
path: root/configutil/src/apps/modelinspect/CMakeLists.txt
blob: be65aa6770196498d1005feef3bf1e14c17144e7 (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(configutil_vespa-model-inspect_app
    SOURCES
    main.cpp
    OUTPUT_NAME vespa-model-inspect-bin
    INSTALL bin
    DEPENDS
    configutil_util
)