aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_cryptodev/meson.build
blob: bd5fed895e42f25bcaed9a8ab9043ddfcca92ccf (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

version = 4
sources = files('rte_cryptodev.c', 'rte_cryptodev_pmd.c')
headers = files('rte_cryptodev.h',
	'rte_cryptodev_pmd.h',
	'rte_crypto.h',
	'rte_crypto_sym.h')
deps += ['kvargs', 'mbuf']