Skip to content

Commit 399dd38

Browse files
authored
Add natvis files for clang/llvm types (#1903)
Should probably get these from the llvm build, but they are not included currently.
1 parent be0587d commit 399dd38

File tree

3 files changed

+1498
-0
lines changed

3 files changed

+1498
-0
lines changed

build/premake5.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ workspace "CppSharp"
4444
workspacefiles(path.join(builddir, "premake5.lua"))
4545
workspacefiles(path.join(builddir, "*.sh"))
4646
workspacefiles(path.join(rootdir, ".github/workflows/*.yml"))
47+
workspacefiles(path.join(rootdir, "*.natvis"))
4748
workspacefiles(path.join(testsdir, "Test*.props"))
4849

4950
group "Libraries"

0 commit comments

Comments
 (0)