> Subject: [dpdk-dev] [PATCH v3 1/6] app/testpmd: build libraries that > testpmd depends on > > External email: Use caution opening links or attachments > > > Signed-off-by: Jie Zhou <j...@microsoft.com> > Signed-off-by: Jie Zhou <j...@linux.microsoft.com> > --- > lib/meson.build | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/lib/meson.build b/lib/meson.build index 4eed83e57..2a6157418 > 100644 > --- a/lib/meson.build > +++ b/lib/meson.build > @@ -46,6 +46,13 @@ if is_windows > 'cmdline', > 'hash', > 'cfgfile', > + 'metrics', > + 'timer', > + 'gro', > + 'gso', > + 'pdump', > + 'bitratestats', > + 'latencystats', > ] # only supported libraries for windows endif
Please keep the same structure and order as the Unix library list. > > -- > 2.30.0.vfs.0.2