]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/lib/librte_stack/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_stack / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019 Intel Corporation
3
4 allow_experimental_apis = true
5
6 version = 1
7 sources = files('rte_stack.c', 'rte_stack_std.c', 'rte_stack_lf.c')
8 headers = files('rte_stack.h',
9 'rte_stack_std.h',
10 'rte_stack_lf.h',
11 'rte_stack_lf_generic.h',
12 'rte_stack_lf_c11.h')