aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/apps/analyze_onnx_model/CMakeLists.txt
blob: dc89213f9eb290acac27fd9a24b271757a0da6c8 (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(eval_analyze_onnx_model_app
    SOURCES
    analyze_onnx_model.cpp
    OUTPUT_NAME vespa-analyze-onnx-model
    INSTALL bin
    DEPENDS
    vespaeval
)