summaryrefslogtreecommitdiffstats
path: root/src/seastar/dpdk/lib/librte_stack/meson.build
blob: 46fce0c20f95f4fa922a35728a837ae3705026ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2019 Intel Corporation

allow_experimental_apis = true

version = 1
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',
		'rte_stack_lf_c11.h')