b4b4f26c565e88df99c52a1e6fcbf2a2d028435e
[dpdk.git] / lib / librte_pdump / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 version = 3
5 sources = files('rte_pdump.c')
6 headers = files('rte_pdump.h')
7 allow_experimental_apis = true
8 deps += ['ethdev']