reorganization of headers, part 2/2...

This commit is contained in:
Benoit Jacob
2007-10-07 15:59:09 +00:00
parent be429ebf9c
commit 4fe78b8e10
8 changed files with 21 additions and 19 deletions

View File

@@ -1,8 +1,4 @@
set(Eigen_SRCS
All
Core
Manip
)
FILE(GLOB Eigen_SRCS "*.h")
SET(INCLUDE_INSTALL_DIR
"${CMAKE_INSTALL_PREFIX}/include/eigen2"
@@ -15,4 +11,4 @@ INSTALL(FILES
DESTINATION ${INCLUDE_INSTALL_DIR}
)
add_subdirectory(internal)
add_subdirectory(Core)