stack: introduce stack library
[dpdk.git] / lib / librte_stack / meson.build
diff --git a/lib/librte_stack/meson.build b/lib/librte_stack/meson.build
new file mode 100644 (file)
index 0000000..d2e60ce
--- /dev/null
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2019 Intel Corporation
+
+allow_experimental_apis = true
+
+version = 1
+sources = files('rte_stack.c', 'rte_stack_std.c')
+headers = files('rte_stack.h', 'rte_stack_std.h')