diff --git a/sw.cpp b/sw.cpp index 4e71a46..9b2b157 100644 --- a/sw.cpp +++ b/sw.cpp @@ -24,6 +24,7 @@ void build(Solution &s) t.PackageDefinitions = true; t += cppstd; t.setRootDirectory("src/" + dirname); + t += ".*"_rr; // to take .natvis files explicitly return t; }; auto add_exe = [&](const String &name, const String &dirname = {}) -> decltype(auto)