We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd5f79 commit 474c3d3Copy full SHA for 474c3d3
lib/cppcheck.vcxproj
@@ -82,6 +82,7 @@
82
<ClCompile Include="errorlogger.cpp" />
83
<ClCompile Include="errortypes.cpp" />
84
<ClCompile Include="exprengine.cpp" />
85
+ <ClCompile Include="infer.cpp" />
86
<ClCompile Include="library.cpp" />
87
<ClCompile Include="mathlib.cpp" />
88
<ClCompile Include="path.cpp" />
@@ -144,6 +145,7 @@
144
145
<ClInclude Include="ctu.h" />
146
<ClInclude Include="errorlogger.h" />
147
<ClInclude Include="errortypes.h" />
148
+ <ClInclude Include="infer.h" />
149
<ClInclude Include="library.h" />
150
<ClInclude Include="mathlib.h" />
151
<ClInclude Include="path.h" />
0 commit comments