build: disable experimental API check internally
[dpdk.git] / lib / librte_stack / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019 Intel Corporation
3
4 sources = files('rte_stack.c', 'rte_stack_std.c', 'rte_stack_lf.c')
5 headers = files('rte_stack.h',
6                 'rte_stack_std.h',
7                 'rte_stack_lf.h',
8                 'rte_stack_lf_generic.h',
9                 'rte_stack_lf_c11.h')