* remove EIGEN_BUILD_TESTS and siblings * add summary at the end of cmake run, hopefully not too verbose * fix build of quaternion demo * kill remnants of old binary library option
11 lines
215 B
CMake
11 lines
215 B
CMake
FILE(GLOB Eigen_Core_SRCS "*.h")
|
|
|
|
INSTALL(FILES
|
|
${Eigen_Core_SRCS}
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/Eigen/src/Core COMPONENT Devel
|
|
)
|
|
|
|
ADD_SUBDIRECTORY(products)
|
|
ADD_SUBDIRECTORY(util)
|
|
ADD_SUBDIRECTORY(arch)
|