fix intallation of unsupported modules

This commit is contained in:
Gael Guennebaud
2011-02-16 17:59:35 +01:00
parent 13a5582835
commit 03d86ea736
6 changed files with 29 additions and 9 deletions

View File

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