cfgfile: build on Windows
authorNarcisa Vasile <navasile@linux.microsoft.com>
Tue, 5 Jan 2021 02:35:22 +0000 (18:35 -0800)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 17 Jan 2021 22:21:14 +0000 (23:21 +0100)
The librte_cfgfile lib is functional on Windows.
Enable compilation of this lib for Windows.

Signed-off-by: Narcisa Vasile <navasile@linux.microsoft.com>
lib/meson.build

index ed00f89..d6492f7 100644 (file)
@@ -45,6 +45,7 @@ if is_windows
                'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci',
                'cmdline',
                'hash',
+               'cfgfile',
        ] # only supported libraries for windows
 endif