Enable building libraries that testpmd depends on
Signed-off-by: Jie Zhou <[email protected]>
Signed-off-by: Jie Zhou <[email protected]>
---
lib/meson.build | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/lib/meson.build b/lib/meson.build
index 4eed83e57..3483570ac 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -44,8 +44,13 @@ if is_windows
'rcu',
'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci',
'cmdline',
+ 'metrics',
'hash',
- 'cfgfile',
+ 'timer',
+ 'bitratestats', 'cfgfile',
+ 'gro', 'gso',
+ 'latencystats',
+ 'pdump',
] # only supported libraries for windows
endif
--
2.30.0.vfs.0.2