test/spinlock: use compile atomics for lcores sync
[dpdk.git] / examples / vhost_crypto / meson.build
index b2c125e..720f42d 100644 (file)
@@ -7,8 +7,12 @@
 # DPDK instance, use 'make'
 
 build = dpdk_conf.has('RTE_LIB_VHOST')
+if not build
+    subdir_done()
+endif
+
 allow_experimental_apis = true
 deps += ['vhost', 'cryptodev']
 sources = files(
-       'main.c'
+        'main.c',
 )