aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_bitratestats/meson.build
blob: c35b62b3dcacab6a3788c4820f7e1e45f460f907 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

version = 2
sources = files('rte_bitrate.c')
headers = files('rte_bitrate.h')
deps += ['ethdev', 'metrics']