I need to use delaunay traingulation (3D) method to be integrated in a Visual C++ project I am working with.
I followed the CGAL installation guide and was able to build it using cmake and so, however can someone please explain me in detail:
- How can I use (refer) CGAL in my own C++ project (in Visual Studios 2010),
- How can I create an standalone exe of my project afterwards.
Thanks!