MSVC: add missing files to project (#3500)
This commit is contained in:
parent
6bd5f79451
commit
474c3d3731
|
@ -82,6 +82,7 @@
|
|||
<ClCompile Include="errorlogger.cpp" />
|
||||
<ClCompile Include="errortypes.cpp" />
|
||||
<ClCompile Include="exprengine.cpp" />
|
||||
<ClCompile Include="infer.cpp" />
|
||||
<ClCompile Include="library.cpp" />
|
||||
<ClCompile Include="mathlib.cpp" />
|
||||
<ClCompile Include="path.cpp" />
|
||||
|
@ -144,6 +145,7 @@
|
|||
<ClInclude Include="ctu.h" />
|
||||
<ClInclude Include="errorlogger.h" />
|
||||
<ClInclude Include="errortypes.h" />
|
||||
<ClInclude Include="infer.h" />
|
||||
<ClInclude Include="library.h" />
|
||||
<ClInclude Include="mathlib.h" />
|
||||
<ClInclude Include="path.h" />
|
||||
|
|
Loading…
Reference in New Issue