Initial commit
This commit is contained in:
9
Eigen3/unsupported/CMakeLists.txt
Normal file
9
Eigen3/unsupported/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
add_subdirectory(Eigen)
|
||||
add_subdirectory(doc EXCLUDE_FROM_ALL)
|
||||
if(BUILD_TESTING)
|
||||
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()
|
||||
endif()
|
||||
Reference in New Issue
Block a user