mirror of https://github.com/mosra/magnum.git
Browse Source
The namespace will contain classes (and functions) for computing intersections, distances, areas and volumes.vectorfields
8 changed files with 44 additions and 31 deletions
@ -0,0 +1,7 @@
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}) |
||||
|
||||
if(BUILD_TESTS) |
||||
enable_testing() |
||||
add_subdirectory(Test) |
||||
endif() |
||||
|
||||
@ -0,0 +1 @@
|
||||
corrade_add_test(MathGeometryIntersectionTest IntersectionTest.h IntersectionTest.cpp) |
||||
Loading…
Reference in new issue