fix installation for recently added files

This commit is contained in:
Thomas Capricelli 2009-08-25 18:57:59 +02:00
parent 191d5275a7
commit d0a5da95b1
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
set(Eigen_HEADERS Core LU Cholesky QR Geometry Sparse Array SVD LeastSquares QtAlignedMalloc StdVector)
set(Eigen_HEADERS Core LU Cholesky QR Geometry Sparse Array SVD LeastSquares QtAlignedMalloc StdVector Householder Jacobi)
if(EIGEN_BUILD_LIB)
set(Eigen_SRCS

View File

@ -7,3 +7,5 @@ ADD_SUBDIRECTORY(Array)
ADD_SUBDIRECTORY(Geometry)
ADD_SUBDIRECTORY(LeastSquares)
ADD_SUBDIRECTORY(Sparse)
ADD_SUBDIRECTORY(Jacobi)
ADD_SUBDIRECTORY(Householder)