Home | History | Annotate | Download | only in unsupported
      1 add_subdirectory(Eigen)
      2 add_subdirectory(doc EXCLUDE_FROM_ALL)
      3 if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
      4   add_subdirectory(test) # can't do EXCLUDE_FROM_ALL here, breaks CTest
      5 else()
      6   add_subdirectory(test EXCLUDE_FROM_ALL)
      7 endif()
      8