mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
forgot to commit changes in main CMakeLists.txt
(add unsupported folder)
This commit is contained in:
parent
da45184635
commit
8a6f38c638
@ -84,6 +84,12 @@ endif(EIGEN_TEST_NO_EXPLICIT_VECTORIZATION)
|
|||||||
|
|
||||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
|
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)
|
add_subdirectory(Eigen)
|
||||||
|
|
||||||
if(EIGEN_BUILD_TESTS)
|
if(EIGEN_BUILD_TESTS)
|
||||||
@ -93,6 +99,8 @@ endif(EIGEN_BUILD_TESTS)
|
|||||||
|
|
||||||
add_subdirectory(doc)
|
add_subdirectory(doc)
|
||||||
|
|
||||||
|
add_subdirectory(unsupported)
|
||||||
|
|
||||||
if(EIGEN_BUILD_DEMOS)
|
if(EIGEN_BUILD_DEMOS)
|
||||||
add_subdirectory(demos)
|
add_subdirectory(demos)
|
||||||
endif(EIGEN_BUILD_DEMOS)
|
endif(EIGEN_BUILD_DEMOS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user