add missing CMakeLists.txt

This commit is contained in:
Gael Guennebaud 2011-12-09 10:53:12 +01:00
parent 081abb701d
commit 57c6bfba08

View File

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