diff --git a/project/vc10/nvmath/nvmath.vcxproj b/project/vc10/nvmath/nvmath.vcxproj index 4350e65..b12bc73 100755 --- a/project/vc10/nvmath/nvmath.vcxproj +++ b/project/vc10/nvmath/nvmath.vcxproj @@ -149,6 +149,7 @@ + @@ -163,6 +164,7 @@ + diff --git a/project/vc8/nvmath/nvmath.vcproj b/project/vc8/nvmath/nvmath.vcproj index 45688d0..43bb1d3 100644 --- a/project/vc8/nvmath/nvmath.vcproj +++ b/project/vc8/nvmath/nvmath.vcproj @@ -285,6 +285,10 @@ RelativePath="..\..\..\src\nvmath\Fitting.cpp" > + + @@ -311,6 +315,10 @@ RelativePath="..\..\..\src\nvmath\Fitting.h" > + + diff --git a/project/vc9/nvmath/nvmath.vcproj b/project/vc9/nvmath/nvmath.vcproj index 7ab7db8..b998cf0 100644 --- a/project/vc9/nvmath/nvmath.vcproj +++ b/project/vc9/nvmath/nvmath.vcproj @@ -310,6 +310,14 @@ RelativePath="..\..\..\src\nvmath\Fitting.h" > + + + + diff --git a/src/nvmath/CMakeLists.txt b/src/nvmath/CMakeLists.txt index 093f108..abeb05f 100644 --- a/src/nvmath/CMakeLists.txt +++ b/src/nvmath/CMakeLists.txt @@ -5,6 +5,7 @@ SET(MATH_SRCS Box.h Box.inl Color.h Color.inl Fitting.h Fitting.cpp + Gamma.h Gamma.cpp Half.h Half.cpp Matrix.h Plane.h Plane.inl Plane.cpp