eloraiby / delaunay

Relatively Robust Divide and Conquer 2D Delaunay Construction Algorithm in $O(n \log n)$
GNU Affero General Public License v3.0
126 stars 34 forks source link

make it possible to configure code with CMake #8

Closed bast closed 7 years ago

bast commented 7 years ago

If you don't like to have CMake clutter there, feel free to reject the PR - but I think it can add generality.

bast commented 7 years ago

It is also OK for me to let the code sit on my fork. My plan is to build a Python interface on top of the CMake layer.