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