fix install of IterativeSolvers module

This commit is contained in:
Gael Guennebaud 2009-02-18 13:11:29 +00:00
parent 23f543ee5e
commit 8f83b37b2a
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
# ADD_SUBDIRECTORY(Foo)
ADD_SUBDIRECTORY(IterativeSolvers)

View File

@ -0,0 +1,6 @@
FILE(GLOB Eigen_IterativeSolvers_SRCS "*.h")
INSTALL(FILES
${Eigen_IterativeSolvers_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen/src/IterativeSolvers
)