aboutsummaryrefslogtreecommitdiffstats
path: root/app/proc-info/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'app/proc-info/meson.build')
-rw-r--r--app/proc-info/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/proc-info/meson.build b/app/proc-info/meson.build
new file mode 100644
index 00000000..9c148e36
--- /dev/null
+++ b/app/proc-info/meson.build
@@ -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']