2
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-04-24 19:40:45 +08:00

forgot to commit changes in main CMakeLists.txt

(add unsupported folder)
This commit is contained in:
Gael Guennebaud 2009-02-05 09:37:53 +00:00
parent da45184635
commit 8a6f38c638

@ -84,6 +84,12 @@ endif(EIGEN_TEST_NO_EXPLICIT_VECTORIZATION)
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
set(INCLUDE_INSTALL_DIR
"${CMAKE_INSTALL_PREFIX}/include/eigen2"
CACHE PATH
"The directory where we install the header files"
FORCE)
add_subdirectory(Eigen)
if(EIGEN_BUILD_TESTS)
@ -93,6 +99,8 @@ endif(EIGEN_BUILD_TESTS)
add_subdirectory(doc)
add_subdirectory(unsupported)
if(EIGEN_BUILD_DEMOS)
add_subdirectory(demos)
endif(EIGEN_BUILD_DEMOS)