mesh icon indicating copy to clipboard operation
mesh copied to clipboard

Fix/msvc_compilation

Open radekd91 opened this issue 4 years ago • 0 comments

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.

radekd91 avatar Apr 09 '20 15:04 radekd91