xref: /dpdk/lib/mbuf/meson.build (revision 7d5cfaa7)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
4sources = files(
5        'rte_mbuf.c',
6        'rte_mbuf_ptype.c',
7        'rte_mbuf_pool_ops.c',
8        'rte_mbuf_dyn.c',
9)
10headers = files(
11        'rte_mbuf.h',
12        'rte_mbuf_core.h',
13        'rte_mbuf_ptype.h',
14        'rte_mbuf_pool_ops.h',
15        'rte_mbuf_dyn.h',
16)
17deps += ['mempool']
18