mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Removed unsupported directories that do not provide CMakeList.txt (CMake 2.8 warning). The BenchTimer is now also working on Cygwin.
8 lines
206 B
CMake
8 lines
206 B
CMake
ADD_SUBDIRECTORY(IterativeSolvers)
|
|
ADD_SUBDIRECTORY(BVH)
|
|
ADD_SUBDIRECTORY(AutoDiff)
|
|
ADD_SUBDIRECTORY(MoreVectorization)
|
|
# ADD_SUBDIRECTORY(FFT)
|
|
# ADD_SUBDIRECTORY(Skyline)
|
|
ADD_SUBDIRECTORY(MatrixFunctions)
|