]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/lib/librte_mbuf/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / lib / librte_mbuf / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 version = 5
5 sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c')
6 headers = files('rte_mbuf.h', 'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h')
7 deps += ['mempool']
8
9 allow_experimental_apis = true