summaryrefslogtreecommitdiffstats
path: root/src/seastar/dpdk/lib/librte_pdump/meson.build
blob: b4b4f26c565e88df99c52a1e6fcbf2a2d028435e (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

version = 3
sources = files('rte_pdump.c')
headers = files('rte_pdump.h')
allow_experimental_apis = true
deps += ['ethdev']