summaryrefslogtreecommitdiffstats
path: root/eval/src/apps/analyze_onnx_model/CMakeLists.txt
blob: e2ed64cd8cc6e133e7b15abd4cb931714bf1a32e (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespa-analyze-onnx-model
    SOURCES
    analyze_onnx_model.cpp
    INSTALL bin
    DEPENDS
    vespaeval
)