Merge branch 'tm_cgal'

This commit is contained in:
tamasmeszaros 2019-12-10 17:45:36 +01:00
commit d7ac8f2774
25 changed files with 5304 additions and 2 deletions

View file

@ -195,6 +195,11 @@ if (WIN32)
VERBATIM
)
endif ()
# This has to be a separate target due to the windows command line lenght limits
add_custom_target(PrusaSlicerDllsCopy ALL DEPENDS PrusaSlicer)
prusaslicer_copy_dlls(PrusaSlicerDllsCopy)
elseif (XCODE)
# Because of Debug/Release/etc. configurations (similar to MSVC) the slic3r binary is located in an extra level
add_custom_command(TARGET PrusaSlicer POST_BUILD