move Core/ to a src/ subdir, in preparation for following changes

This commit is contained in:
Benoit Jacob
2007-12-28 16:00:55 +00:00
parent e7bdbe2e6a
commit dfdad129a3
35 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
FILE(GLOB Eigen_Core_SRCS "*.h")
INSTALL(FILES
${Eigen_Core_SRCS}
DESTINATION ${INCLUDE_INSTALL_DIR}/Core
)