xref: /f-stack/dpdk/lib/librte_mbuf/meson.build (revision 2d9fd380)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
4sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c',
5	'rte_mbuf_dyn.c')
6headers = files('rte_mbuf.h', 'rte_mbuf_core.h',
7		'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h',
8		'rte_mbuf_dyn.h')
9deps += ['mempool']
10