xref: /dpdk/app/test-security-perf/meson.build (revision 1d3a3e1875ca0fc6286fc29f650c4e0310c8b0b0)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(C) 2022 Marvell.
3
4if is_windows
5    build = false
6    reason = 'not supported on Windows'
7    subdir_done()
8endif
9
10sources = files(
11        'test_security_perf.c',
12        '../test/test_cryptodev_security_ipsec.c',
13        '../test/test_security_proto.c',
14)
15deps += ['security', 'cmdline']
16