source: pacpussensors/trunk/Vislab/lib3dv/eigen/unsupported/CMakeLists.txt@ 136

Last change on this file since 136 was 136, checked in by ldecherf, 7 years ago

Doc

File size: 227 bytes
Line 
1add_subdirectory(Eigen)
2add_subdirectory(doc EXCLUDE_FROM_ALL)
3if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
4 add_subdirectory(test) # can't do EXCLUDE_FROM_ALL here, breaks CTest
5else()
6 add_subdirectory(test EXCLUDE_FROM_ALL)
7endif()
Note: See TracBrowser for help on using the repository browser.