]> git.droids-corp.org - dpdk.git/blobdiff - examples/qos_sched/meson.build
examples/l2fwd-crypto: add signal handler for exit
[dpdk.git] / examples / qos_sched / meson.build
index 5101652af9f2662e7e9a7d9f9802c6d301d99241..dc103e9556f7df5952b223e439e3d849acbcf4ff 100644 (file)
@@ -6,9 +6,14 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
-deps += ['sched', 'cfgfile']
 allow_experimental_apis = true
+deps += ['sched', 'cfgfile']
 sources = files(
-       'app_thread.c', 'args.c', 'cfg_file.c', 'cmdline.c',
-       'init.c', 'main.c', 'stats.c'
+        'app_thread.c',
+        'args.c',
+        'cfg_file.c',
+        'cmdline.c',
+        'init.c',
+        'main.c',
+        'stats.c',
 )