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 9*2d9fd380Sjfb8856606allow_experimental_apis = true 104418919fSjohnjiangsources = files( 114418919fSjohnjiang 'commands.c', 'main.c' 124418919fSjohnjiang) 13