mirror of https://github.com/mosra/magnum.git
Browse Source
SubdivideCleanBenchmark times are untouched with this change, but the hash should be better for MeshTools::CombineIndices, where the previous hash generated all zeros in most cases.vectorfields
2 changed files with 5 additions and 7 deletions
@ -1,6 +1,6 @@
|
||||
corrade_add_test(CleanTest CleanTest.h CleanTest.cpp) |
||||
corrade_add_test(CleanTest CleanTest.h CleanTest.cpp ${CORRADE_UTILITY_LIBRARY}) |
||||
corrade_add_test(CompressIndicesTest CompressIndicesTest.h CompressIndicesTest.cpp ${CORRADE_UTILITY_LIBRARY} ${MAGNUM_LIBRARY}) |
||||
corrade_add_test(InterleaveTest InterleaveTest.h InterleaveTest.cpp ${CORRADE_UTILITY_LIBRARY}) |
||||
corrade_add_test(SubdivideTest SubdivideTest.h SubdivideTest.cpp) |
||||
corrade_add_test(SubdivideCleanBenchmark SubdivideCleanBenchmark.h SubdivideCleanBenchmark.cpp ${MAGNUM_PRIMITIVES_LIBRARY}) |
||||
corrade_add_test(SubdivideTest SubdivideTest.h SubdivideTest.cpp ${CORRADE_UTILITY_LIBRARY}) |
||||
corrade_add_test(SubdivideCleanBenchmark SubdivideCleanBenchmark.h SubdivideCleanBenchmark.cpp ${CORRADE_UTILITY_LIBRARY} ${MAGNUM_PRIMITIVES_LIBRARY}) |
||||
corrade_add_test(TipsifyTest TipsifyTest.h TipsifyTest.cpp ${MAGNUM_MESHTOOLS_LIBRARY}) |
||||
|
||||
Loading…
Reference in new issue