aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/apps/make_tensor_binary_format_test_spec/CMakeLists.txt
blob: c39b21901a25090a7d54dab0ebf817303632491f (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_executable(eval_make_tensor_binary_format_test_spec_app
    SOURCES
    make_tensor_binary_format_test_spec.cpp
    DEPENDS
    vespaeval
)