Files
eigen/unsupported/Eigen/CMakeLists.txt
Gael Guennebaud 4bb5221d22 Add BVH module in unsupported (patch from Ilya Baran)
(I thought I committed it a week ago but it seems the command failed)
2009-03-18 20:06:06 +00:00

9 lines
185 B
CMake

set(Eigen_HEADERS AdolcForward BVH IterativeSolvers)
install(FILES
${Eigen_HEADERS}
DESTINATION ${INCLUDE_INSTALL_DIR}/unsupported/Eigen COMPONENT Devel
)
add_subdirectory(src)