Skip to content

Commit 7065c55

Browse files
committed
Try to fix compilation with cppcheck.vcxproj
1 parent af45148 commit 7065c55

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/cppcheck.vcxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
<ClCompile Include="..\externals\tinyxml\tinyxml2.cpp" />
4040
<ClCompile Include="analyzerinfo.cpp" />
4141
<ClCompile Include="astutils.cpp" />
42+
<ClCompile Include="bughuntingchecks.cpp" />
4243
<ClCompile Include="check.cpp">
4344
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
4445
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
@@ -106,6 +107,7 @@
106107
<ClInclude Include="..\externals\tinyxml\tinyxml2.h" />
107108
<ClInclude Include="analyzerinfo.h" />
108109
<ClInclude Include="astutils.h" />
110+
<ClInclude Include="bughuntingchecks.h" />
109111
<ClInclude Include="check.h" />
110112
<ClInclude Include="check64bit.h" />
111113
<ClInclude Include="checkassert.h" />
@@ -566,4 +568,4 @@ xcopy "$(SolutionDir)platforms" "$(OutDir)platforms" /E /I /D /Y</Command>
566568
</ItemDefinitionGroup>
567569
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
568570
<ImportGroup Label="ExtensionTargets" />
569-
</Project>
571+
</Project>

0 commit comments

Comments
 (0)