UNPKG

lalg

Version:

Linear algebra library - backed by C++.

8 lines (7 loc) 227 B
add_subdirectory(Eigen) add_subdirectory(doc EXCLUDE_FROM_ALL) if(EIGEN_LEAVE_TEST_IN_ALL_TARGET) add_subdirectory(test) # can't do EXCLUDE_FROM_ALL here, breaks CTest else() add_subdirectory(test EXCLUDE_FROM_ALL) endif()