diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-06-19 11:09:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-19 11:09:23 -0700 |
| commit | 838e8331da24744948539c12d2a8edcd9c594ee5 (patch) | |
| tree | af1fffcf4cc3ad7368fb9ae2c1b23b34890dbca8 /source/slang/slang.vcxproj | |
| parent | bb9ca29160f5d95f3860504262693ea650d96be5 (diff) | |
| parent | 91d796da81aade1669abb90b72d4013e5480fb2d (diff) | |
Merge pull request #30 from tfoleyNV/slang-checking-fix
Make sure that semantic checks always apply to Slang files
Diffstat (limited to 'source/slang/slang.vcxproj')
| -rw-r--r-- | source/slang/slang.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index 4a3313b07..ba97cb03a 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -164,6 +164,7 @@ <Natvis Include="slang.natvis" /> </ItemGroup> <ItemGroup> + <ClInclude Include="..\..\slang.h" /> <ClInclude Include="compiled-program.h" /> <ClInclude Include="compiler.h" /> <ClInclude Include="diagnostic-defs.h" /> |
