summaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/tensor/CMakeLists.txt
blob: ca4d275ea4430b39bcb28ddc306f8ea30a0a48e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(eval_tensor OBJECT
    SOURCES
    default_tensor_engine.cpp
    tensor.cpp
    tensor_address.cpp
    tensor_apply.cpp
    tensor_factory.cpp
    tensor_mapper.cpp
    wrapped_simple_tensor.cpp
)