Some libraries that could be built with MSVC were not being built. Switch from explicit include to exclude of libs to get immediate CI coverage of libraries that already work with MSVC Windows builds.
With this change we now get immediate CI build coverage for the libs meter, timer, pci, cfgfile Tyler Retzlaff (1): build: exclude rather than include libs in MSVC build lib/argparse/meson.build | 6 ++++++ lib/dmadev/meson.build | 6 ++++++ lib/mbuf/meson.build | 6 ++++++ lib/mempool/meson.build | 6 ++++++ lib/meson.build | 10 ---------- lib/rcu/meson.build | 6 ++++++ lib/stack/meson.build | 6 ++++++ 7 files changed, 36 insertions(+), 10 deletions(-) -- 1.8.3.1