Update CMakeLists.txt and vc8/9/10 projects
This commit is contained in:
parent
96b73af196
commit
01597842fe
@ -149,6 +149,7 @@
|
|||||||
<ClInclude Include="..\..\..\src\nvmath\Box.h" />
|
<ClInclude Include="..\..\..\src\nvmath\Box.h" />
|
||||||
<ClInclude Include="..\..\..\src\nvmath\Color.h" />
|
<ClInclude Include="..\..\..\src\nvmath\Color.h" />
|
||||||
<ClInclude Include="..\..\..\src\nvmath\Fitting.h" />
|
<ClInclude Include="..\..\..\src\nvmath\Fitting.h" />
|
||||||
|
<ClInclude Include="..\..\..\src\nvmath\Gamma.h" />
|
||||||
<ClInclude Include="..\..\..\src\nvmath\Half.h" />
|
<ClInclude Include="..\..\..\src\nvmath\Half.h" />
|
||||||
<ClInclude Include="..\..\..\src\nvmath\Matrix.h" />
|
<ClInclude Include="..\..\..\src\nvmath\Matrix.h" />
|
||||||
<ClInclude Include="..\..\..\src\nvmath\nvmath.h" />
|
<ClInclude Include="..\..\..\src\nvmath\nvmath.h" />
|
||||||
@ -163,6 +164,7 @@
|
|||||||
<ClCompile Include="..\..\..\src\nvmath\Box.cpp" />
|
<ClCompile Include="..\..\..\src\nvmath\Box.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\nvmath\Color.cpp" />
|
<ClCompile Include="..\..\..\src\nvmath\Color.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\nvmath\Fitting.cpp" />
|
<ClCompile Include="..\..\..\src\nvmath\Fitting.cpp" />
|
||||||
|
<ClCompile Include="..\..\..\src\nvmath\Gamma.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\nvmath\Half.cpp" />
|
<ClCompile Include="..\..\..\src\nvmath\Half.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\nvmath\Plane.cpp" />
|
<ClCompile Include="..\..\..\src\nvmath\Plane.cpp" />
|
||||||
<ClCompile Include="..\..\..\src\nvmath\SphericalHarmonic.cpp" />
|
<ClCompile Include="..\..\..\src\nvmath\SphericalHarmonic.cpp" />
|
||||||
|
@ -285,6 +285,10 @@
|
|||||||
RelativePath="..\..\..\src\nvmath\Fitting.cpp"
|
RelativePath="..\..\..\src\nvmath\Fitting.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\src\nvmath\Gamma.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\src\nvmath\Half.cpp"
|
RelativePath="..\..\..\src\nvmath\Half.cpp"
|
||||||
>
|
>
|
||||||
@ -311,6 +315,10 @@
|
|||||||
RelativePath="..\..\..\src\nvmath\Fitting.h"
|
RelativePath="..\..\..\src\nvmath\Fitting.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\src\nvmath\Gamma.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\src\nvmath\Half.h"
|
RelativePath="..\..\..\src\nvmath\Half.h"
|
||||||
>
|
>
|
||||||
|
@ -310,6 +310,14 @@
|
|||||||
RelativePath="..\..\..\src\nvmath\Fitting.h"
|
RelativePath="..\..\..\src\nvmath\Fitting.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\src\nvmath\Gamma.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\src\nvmath\Gamma.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\src\nvmath\Half.cpp"
|
RelativePath="..\..\..\src\nvmath\Half.cpp"
|
||||||
>
|
>
|
||||||
|
@ -5,6 +5,7 @@ SET(MATH_SRCS
|
|||||||
Box.h Box.inl
|
Box.h Box.inl
|
||||||
Color.h Color.inl
|
Color.h Color.inl
|
||||||
Fitting.h Fitting.cpp
|
Fitting.h Fitting.cpp
|
||||||
|
Gamma.h Gamma.cpp
|
||||||
Half.h Half.cpp
|
Half.h Half.cpp
|
||||||
Matrix.h
|
Matrix.h
|
||||||
Plane.h Plane.inl Plane.cpp
|
Plane.h Plane.inl Plane.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user