gabyx / ApproxMVBB

Fast algorithms to compute an approximation of the minimal volume oriented bounding box of a point cloud in 3D.
Mozilla Public License 2.0
441 stars 93 forks source link

Add necessary checks for MSVC #8

Closed Maghoumi closed 8 years ago

Maghoumi commented 8 years ago

The project should build as-is under Visual Studio 2013 Update 5 and above. The dependency to PugiXML and Meta has been removed since the respective projects (KdTree) would not build under MSVC anyways.

gabyx commented 8 years ago

Thanks for the pull request, I will look at it when I have time to incorporate this =)!