forgot a svn add CMakeLists.txt

This commit is contained in:
Gael Guennebaud 2009-05-07 14:49:56 +00:00
parent 6dffdca123
commit 7080282a6d

View File

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