app/flow-perf: add flow performance skeleton
[dpdk.git] / app / test-flow-perf / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2020 Mellanox Technologies, Ltd
3
4 sources = files(
5         'main.c',
6 )
7
8 deps += ['ethdev']