app/testpmd: disable flow director functions if unneeded
[dpdk.git] / app / test-crypto-perf / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3
4 sources = files(
5         'cperf_ops.c',
6         'cperf_options_parsing.c',
7         'cperf_test_common.c',
8         'cperf_test_latency.c',
9         'cperf_test_pmd_cyclecount.c',
10         'cperf_test_throughput.c',
11         'cperf_test_vector_parsing.c',
12         'cperf_test_vectors.c',
13         'cperf_test_verify.c',
14         'main.c',
15 )
16 deps += ['cryptodev', 'net', 'security']
17 if dpdk_conf.has('RTE_CRYPTO_SCHEDULER')
18     deps += 'crypto_scheduler'
19 endif