lib/cppcheck.vcxproj: Fix Visual Studio build, add new files.

This commit is contained in:
versat 2019-10-31 08:29:19 +01:00
parent 6d1c84e3a6
commit 470f0cdfe3
1 changed files with 2 additions and 0 deletions

View File

@ -81,10 +81,12 @@
<ClCompile Include="library.cpp" />
<ClCompile Include="mathlib.cpp" />
<ClCompile Include="path.cpp" />
<ClCompile Include="pathanalysis.cpp" />
<ClCompile Include="pathmatch.cpp" />
<ClCompile Include="platform.cpp" />
<ClCompile Include="preprocessor.cpp" />
<ClCompile Include="importproject.cpp" />
<ClCompile Include="programmemory.cpp" />
<ClCompile Include="settings.cpp" />
<ClCompile Include="suppressions.cpp" />
<ClCompile Include="symboldatabase.cpp" />