16c9457c2SBruce Richardson# SPDX-License-Identifier: BSD-3-Clause 26c9457c2SBruce Richardson# Copyright(c) 2017 Intel Corporation 389f0711fSBruce Richardson 489f0711fSBruce Richardson# meson file, for building this example as part of a main DPDK build. 589f0711fSBruce Richardson# 689f0711fSBruce Richardson# To build this example as a standalone application with an already-installed 789f0711fSBruce Richardson# DPDK instance, use 'make' 889f0711fSBruce Richardson 978d44153SSunil Kumar Koriallow_experimental_apis = true 1089f0711fSBruce Richardsondeps += ['sched', 'cfgfile'] 1189f0711fSBruce Richardsonsources = files( 12*cf59165dSBruce Richardson 'app_thread.c', 13*cf59165dSBruce Richardson 'args.c', 14*cf59165dSBruce Richardson 'cfg_file.c', 15*cf59165dSBruce Richardson 'cmdline.c', 16*cf59165dSBruce Richardson 'init.c', 17*cf59165dSBruce Richardson 'main.c', 18*cf59165dSBruce Richardson 'stats.c', 1989f0711fSBruce Richardson) 20