You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
227 B

  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()