vcglib/eigenlib/unsupported/CMakeLists.txt

8 lines
227 B
CMake
Raw Normal View History

2011-10-05 17:04:40 +02: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()