summaryrefslogtreecommitdiffstats
path: root/configutil/src/apps/modelinspect/CMakeLists.txt
blob: a3c4f91ba3ab31a4caaec3be45a0cfd5b735a1b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2017 Yahoo Holdings. 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
)