threed-beam-fea/ext/eigen-3.2.4/unsupported/CMakeLists.txt

8 lines
227 B
CMake
Raw Normal View History

2015-11-05 19:36:26 +01:00
add_subdirectory(Eigen)
add_subdirectory(doc EXCLUDE_FROM_ALL)
if(EIGEN_LEAVE_TEST_IN_ALL_TARGET)
add_subdirectory(test) # can't do EXCLUDE_FROM_ALL here, breaks CTest
else()
add_subdirectory(test EXCLUDE_FROM_ALL)
endif()