MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
643 stars 147 forks source link

Fix/msvc_compilation #34

Open radekd91 opened 4 years ago

radekd91 commented 4 years ago

This PR enables installation of this package on Windows using MSVC compiler.

This involves two things: 1) modification of the destination folder of setup.py into which CGAL will get unzipped, because MSVC expects it in a slightly different location 2) modfiication of visibility.cpp to prevent linker errors on MSVC

The changes should not affect compilation on Linux and MacOS at all.