net/ring: check internal arguments
[dpdk.git] / lib / meson.build
index 283ee6c..40a8a82 100644 (file)
@@ -38,9 +38,12 @@ libraries = [
 if is_windows
        libraries = [
                'kvargs',
+               'telemetry',
                'eal',
                'ring',
-               'mempool', 'mbuf', 'net', 'pci',
+               'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci',
+               'cmdline',
+               'hash',
        ] # only supported libraries for windows
 endif