New upstream version 18.05
[deb_dpdk.git] / app / proc-info / meson.build
diff --git a/app/proc-info/meson.build b/app/proc-info/meson.build
new file mode 100644 (file)
index 0000000..9c148e3
--- /dev/null
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2018 Intel Corporation
+
+sources = files('main.c')
+allow_experimental_apis = true
+deps = ['ethdev', 'metrics']