graph: define API
[dpdk.git] / lib / librte_graph / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2020 Marvell International Ltd.
3
4 name = 'graph'
5
6 sources = files('graph.c')
7 headers = files('rte_graph.h')
8
9 deps += ['eal']