Try to fix compilation with cppcheck.vcxproj
This commit is contained in:
parent
af45148e58
commit
7065c5598b
|
@ -39,6 +39,7 @@
|
||||||
<ClCompile Include="..\externals\tinyxml\tinyxml2.cpp" />
|
<ClCompile Include="..\externals\tinyxml\tinyxml2.cpp" />
|
||||||
<ClCompile Include="analyzerinfo.cpp" />
|
<ClCompile Include="analyzerinfo.cpp" />
|
||||||
<ClCompile Include="astutils.cpp" />
|
<ClCompile Include="astutils.cpp" />
|
||||||
|
<ClCompile Include="bughuntingchecks.cpp" />
|
||||||
<ClCompile Include="check.cpp">
|
<ClCompile Include="check.cpp">
|
||||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
||||||
|
@ -106,6 +107,7 @@
|
||||||
<ClInclude Include="..\externals\tinyxml\tinyxml2.h" />
|
<ClInclude Include="..\externals\tinyxml\tinyxml2.h" />
|
||||||
<ClInclude Include="analyzerinfo.h" />
|
<ClInclude Include="analyzerinfo.h" />
|
||||||
<ClInclude Include="astutils.h" />
|
<ClInclude Include="astutils.h" />
|
||||||
|
<ClInclude Include="bughuntingchecks.h" />
|
||||||
<ClInclude Include="check.h" />
|
<ClInclude Include="check.h" />
|
||||||
<ClInclude Include="check64bit.h" />
|
<ClInclude Include="check64bit.h" />
|
||||||
<ClInclude Include="checkassert.h" />
|
<ClInclude Include="checkassert.h" />
|
||||||
|
|
Loading…
Reference in New Issue