gpudev: introduce GPU device class library
[dpdk.git] / app / test-gpudev / meson.build
diff --git a/app/test-gpudev/meson.build b/app/test-gpudev/meson.build
new file mode 100644 (file)
index 0000000..17bdef3
--- /dev/null
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright (c) 2021 NVIDIA Corporation & Affiliates
+
+sources = files('main.c')
+deps = ['gpudev', 'ethdev']