aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/onnx/CMakeLists.txt
blob: a669d634d3f09b749748757b1b15ac0a8e6883cc (plain) (blame)
1
2
3
4
5
6
7
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

vespa_add_library(eval_onnx OBJECT
    SOURCES
    onnx_model_cache.cpp
    onnx_wrapper.cpp
)