New upstream version 18.08
[deb_dpdk.git] / lib / librte_compressdev / meson.build
diff --git a/lib/librte_compressdev/meson.build b/lib/librte_compressdev/meson.build
new file mode 100644 (file)
index 0000000..5416571
--- /dev/null
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2018 Intel Corporation
+
+allow_experimental_apis = true
+sources = files('rte_compressdev.c',
+       'rte_compressdev_pmd.c',
+       'rte_comp.c')
+headers = files('rte_compressdev.h',
+       'rte_compressdev_pmd.h',
+       'rte_compressdev_internal.h',
+       'rte_comp.h')
+deps += ['kvargs', 'mbuf']