mesh
mesh copied to clipboard
Fix/msvc_compilation
This PR enables installation of this package on Windows using MSVC compiler.
This involves two things:
- modification of the destination folder of
setup.py
into which CGAL will get unzipped, because MSVC expects it in a slightly different location - modfiication of
visibility.cpp
to prevent linker errors on MSVC
The changes should not affect compilation on Linux and MacOS at all.