aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/apps/make_tensor_binary_format_test_spec/CMakeLists.txt
blob: 9fa7b851d84f4e892a3874449ef810e82c3620ec (plain) (blame)
1
2
3
4
5
6
7
# Copyright Vespa.ai. 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
)