mirror of https://github.com/mosra/magnum.git
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.
5 lines
292 B
5 lines
292 B
|
15 years ago
|
corrade_add_test(CleanTest CleanTest.h CleanTest.cpp)
|
||
|
|
corrade_add_test(SubdivideTest SubdivideTest.h SubdivideTest.cpp)
|
||
|
|
corrade_add_test(SubdivideCleanBenchmark SubdivideCleanBenchmark.h SubdivideCleanBenchmark.cpp)
|
||
|
|
target_link_libraries(SubdivideCleanBenchmark ${MAGNUM_PRIMITIVES_LIBRARY})
|