add cmakelists for 2 subdirs and make sure all subdirs are installed (GLOB)

This commit is contained in:
Benoit Jacob
2010-09-14 04:11:15 -04:00
parent 91e9344be9
commit 77c943670e
3 changed files with 18 additions and 12 deletions

View File

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