numam-dpdk/lib/librte_mempool/meson.build

21 lines
428 B
Meson
Raw Normal View History

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
allow_experimental_apis = true
extra_flags = []
foreach flag: extra_flags
if cc.has_argument(flag)
cflags += flag
endif
endforeach
sources = files('rte_mempool.c', 'rte_mempool_ops.c',
'rte_mempool_ops_default.c')
headers = files('rte_mempool.h')
deps += ['ring']
# memseg walk is not yet part of stable API
allow_experimental_apis = true