We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0587d commit 399dd38Copy full SHA for 399dd38
build/premake5.lua
@@ -44,6 +44,7 @@ workspace "CppSharp"
44
workspacefiles(path.join(builddir, "premake5.lua"))
45
workspacefiles(path.join(builddir, "*.sh"))
46
workspacefiles(path.join(rootdir, ".github/workflows/*.yml"))
47
+ workspacefiles(path.join(rootdir, "*.natvis"))
48
workspacefiles(path.join(testsdir, "Test*.props"))
49
50
group "Libraries"
0 commit comments