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

add_subdirectory(Eigen)

add_subdirectory(doc)

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