You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
corrade_add_test(CleanTest CleanTest.h CleanTest.cpp)
|
|
|
|
|
corrade_add_test(CompressIndicesTest CompressIndicesTest.h CompressIndicesTest.cpp)
|
|
|
|
|
target_link_libraries(CompressIndicesTest ${CORRADE_UTILITY_LIBRARY} ${MAGNUM_LIBRARY})
|
|
|
|
|
corrade_add_test(SubdivideTest SubdivideTest.h SubdivideTest.cpp)
|
|
|
|
|
corrade_add_test(SubdivideCleanBenchmark SubdivideCleanBenchmark.h SubdivideCleanBenchmark.cpp)
|
|
|
|
|
target_link_libraries(SubdivideCleanBenchmark ${MAGNUM_PRIMITIVES_LIBRARY})
|
|
|
|
|
corrade_add_test(TipsifyTest TipsifyTest.h TipsifyTest.cpp)
|
|
|
|
|
target_link_libraries(TipsifyTest ${MAGNUM_MESHTOOLS_LIBRARY})
|