xref: /dpdk/examples/l2fwd-crypto/meson.build (revision cf59165dcbadfa2a3401106a263fc8e88143e736)
16c9457c2SBruce Richardson# SPDX-License-Identifier: BSD-3-Clause
26c9457c2SBruce Richardson# Copyright(c) 2017 Intel Corporation
389f0711fSBruce Richardson
489f0711fSBruce Richardson# meson file, for building this example as part of a main DPDK build.
589f0711fSBruce Richardson#
689f0711fSBruce Richardson# To build this example as a standalone application with an already-installed
789f0711fSBruce Richardson# DPDK instance, use 'make'
889f0711fSBruce Richardson
989f0711fSBruce Richardsondeps += 'cryptodev'
10a8d0d473SBruce Richardsonif dpdk_conf.has('RTE_CRYPTO_SCHEDULER')
11a20b2c01SBruce Richardson    deps += 'crypto_scheduler'
1252e2991eSBruce Richardsonendif
13261bbff7SFan Zhangallow_experimental_apis = true
1489f0711fSBruce Richardsonsources = files(
15*cf59165dSBruce Richardson        'main.c',
1689f0711fSBruce Richardson)
17