summaryrefslogtreecommitdiffstats
path: root/eval/src/apps/make_tensor_binary_format_test_spec/CMakeLists.txt
blob: 1065657a71b3f1d5039bec3a32931cf33b440db6 (plain) (blame)
1
2
3
4
5
6
7
# Copyright 2017 Yahoo Holdings. 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
)