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

Add uninstall target #16

Closed VictorLamoine closed 9 years ago

VictorLamoine commented 9 years ago

This allows to do make uninstall You might have to re-configure the project to get this working.

Can I do "make uninstall" with CMake?