aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/eval/value_cache/CMakeLists.txt
blob: 868b644ffc89fed3a418e35a53bfd2148ce95a9e (plain) (blame)
1
2
3
4
5
6
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(eval_eval_value_cache OBJECT
    SOURCES
    constant_value_cache.cpp
    constant_tensor_loader.cpp
)