09e4eceacb
Enable build of mempool/stack on Windows. Signed-off-by: Jie Zhou <jizh@linux.microsoft.com> Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
7 lines
142 B
Meson
7 lines
142 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017-2019 Intel Corporation
|
|
|
|
sources = files('rte_mempool_stack.c')
|
|
|
|
deps += ['stack']
|