aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/apps/analyze_onnx_model/CMakeLists.txt
blob: 6ab7a17e1091ebad5c985295aa02d7a1ee7cd843 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. 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
    EXTERNAL_DEPENDS
    dl
)