crypto/qat: fix smaller modulus cases for mod exp
[dpdk.git] / examples / cmdline / meson.build
index a8608c2..0e1e8fb 100644 (file)
@@ -6,6 +6,9 @@
 # To build this example as a standalone application with an already-installed
 # DPDK instance, use 'make'
 
+allow_experimental_apis = true
 sources = files(
-       'commands.c', 'main.c', 'parse_obj_list.c'
+        'commands.c',
+        'main.c',
+        'parse_obj_list.c',
 )