• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_subdirectory(Eigen)
2add_subdirectory(doc EXCLUDE_FROM_ALL)
3if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
4  add_subdirectory(test) # can't do EXCLUDE_FROM_ALL here, breaks CTest
5else()
6  add_subdirectory(test EXCLUDE_FROM_ALL)
7endif()
8