eigen/unsupported/CMakeLists.txt
Gael Guennebaud 40774c625e add a proof of concept autodiff jacobian helper class based on adolc
with unit test and FindAdolc cmake module
2009-02-27 16:19:13 +00:00

8 lines
99 B
CMake

add_subdirectory(Eigen)
if(EIGEN_BUILD_TESTS)
add_subdirectory(test)
endif(EIGEN_BUILD_TESTS)