Update CMakeLists.txt and vc8/9/10 projects

This commit is contained in:
Ken Cooke
2017-06-04 11:10:15 -07:00
parent 96b73af196
commit 01597842fe
4 changed files with 19 additions and 0 deletions

View File

@ -149,6 +149,7 @@
<ClInclude Include="..\..\..\src\nvmath\Box.h" />
<ClInclude Include="..\..\..\src\nvmath\Color.h" />
<ClInclude Include="..\..\..\src\nvmath\Fitting.h" />
<ClInclude Include="..\..\..\src\nvmath\Gamma.h" />
<ClInclude Include="..\..\..\src\nvmath\Half.h" />
<ClInclude Include="..\..\..\src\nvmath\Matrix.h" />
<ClInclude Include="..\..\..\src\nvmath\nvmath.h" />
@ -163,6 +164,7 @@
<ClCompile Include="..\..\..\src\nvmath\Box.cpp" />
<ClCompile Include="..\..\..\src\nvmath\Color.cpp" />
<ClCompile Include="..\..\..\src\nvmath\Fitting.cpp" />
<ClCompile Include="..\..\..\src\nvmath\Gamma.cpp" />
<ClCompile Include="..\..\..\src\nvmath\Half.cpp" />
<ClCompile Include="..\..\..\src\nvmath\Plane.cpp" />
<ClCompile Include="..\..\..\src\nvmath\SphericalHarmonic.cpp" />