Skip to content

Commit 474c3d3

Browse files
MSVC: add missing files to project (#3500)
1 parent 6bd5f79 commit 474c3d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/cppcheck.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<ClCompile Include="errorlogger.cpp" />
8383
<ClCompile Include="errortypes.cpp" />
8484
<ClCompile Include="exprengine.cpp" />
85+
<ClCompile Include="infer.cpp" />
8586
<ClCompile Include="library.cpp" />
8687
<ClCompile Include="mathlib.cpp" />
8788
<ClCompile Include="path.cpp" />
@@ -144,6 +145,7 @@
144145
<ClInclude Include="ctu.h" />
145146
<ClInclude Include="errorlogger.h" />
146147
<ClInclude Include="errortypes.h" />
148+
<ClInclude Include="infer.h" />
147149
<ClInclude Include="library.h" />
148150
<ClInclude Include="mathlib.h" />
149151
<ClInclude Include="path.h" />

0 commit comments

Comments
 (0)