xref: /f-stack/dpdk/lib/librte_graph/meson.build (revision 2d9fd380)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(C) 2020 Marvell International Ltd.
3
4sources = files('node.c', 'graph.c', 'graph_ops.c', 'graph_debug.c', 'graph_stats.c', 'graph_populate.c')
5headers = files('rte_graph.h', 'rte_graph_worker.h')
6
7deps += ['eal']
8