f-stack/dpdk/lib/librte_stack/meson.build

14 lines
331 B
Meson
Raw Normal View History

2020-06-18 16:55:50 +00:00
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2019 Intel Corporation
allow_experimental_apis = true
sources = files('rte_stack.c', 'rte_stack_std.c', 'rte_stack_lf.c')
headers = files('rte_stack.h',
'rte_stack_std.h',
'rte_stack_lf.h',
'rte_stack_lf_generic.h',
2022-09-02 07:34:10 +00:00
'rte_stack_lf_c11.h',
'rte_stack_lf_stubs.h',
)