]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/app/test-crypto-perf/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / app / test-crypto-perf / meson.build
CommitLineData
11fdf7f2
TL
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Intel Corporation
3
11fdf7f2
TL
4sources = files('cperf_ops.c',
5 'cperf_options_parsing.c',
6 'cperf_test_common.c',
7 'cperf_test_latency.c',
8 'cperf_test_pmd_cyclecount.c',
9 'cperf_test_throughput.c',
10 'cperf_test_vector_parsing.c',
11 'cperf_test_vectors.c',
12 'cperf_test_verify.c',
13 'main.c')
f67539c2 14deps += ['cryptodev', 'security']