aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
198 stars 68 forks source link

Various stabilization + some compile/linking fixes #11

Closed mmassing closed 10 years ago

mmassing commented 10 years ago

Hi Anders,

I'd like to contribute some stabilization/compile fixes for openvoronoi.

Let me know if you have any questions/comments.

bye,

Manuel

aewallin commented 10 years ago

Thanks! Great stuff - you have obviously studied the code a great deal.

CMAKE_BUILD_TYPE should have some predefined choices? so it is easy to choose with ccmake.