]> git.droids-corp.org - dpdk.git/blobdiff - examples/skeleton/meson.build
app/testpmd: add command to print representor info
[dpdk.git] / examples / skeleton / meson.build
index 9bb9ec3294d5415fb873e634e15da13d7a853cb3..f56a4104b569c4d78345400405036278dd8533a8 100644 (file)
@@ -6,6 +6,7 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
+allow_experimental_apis = true
 sources = files(
-       'basicfwd.c'
+        'basicfwd.c',
 )