14418919fSjohnjiang# SPDX-License-Identifier: BSD-3-Clause
24418919fSjohnjiang# Copyright 2019 Mellanox Technologies, Ltd
34418919fSjohnjiang
44418919fSjohnjiang# meson file, for building this example as part of a main DPDK build.
54418919fSjohnjiang#
64418919fSjohnjiang# To build this example as a standalone application with an already-installed
74418919fSjohnjiang# DPDK instance, use 'make'
84418919fSjohnjiang
94418919fSjohnjiangincludes += include_directories('../shared')
104418919fSjohnjiang
11*2d9fd380Sjfb8856606allow_experimental_apis = true
124418919fSjohnjiangsources = files(
134418919fSjohnjiang	'args.c', 'init.c', 'main.c'
144418919fSjohnjiang)
15