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

add_subdirectory(Eigen)

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