aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/CMakeLists.txt
blob: 6ebc945825d69f71320421062d1b0c289680fb3b (plain)
1
2
3
4
5
6
7
8

add_subdirectory(Eigen)

if(EIGEN_BUILD_TESTS)
  include(CTest)
  add_subdirectory(test)
endif(EIGEN_BUILD_TESTS)