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