aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/onnx/CMakeLists.txt
blob: 21e47f864d1fa963a0a2ab199f48eabd94153daa (plain) (blame)
1
2
3
4
5
6
7
# Copyright Yahoo. 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
)