mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-05 16:51:07 -07:00
Merge branch 'tm_cgal'
This commit is contained in:
commit
d7ac8f2774
25 changed files with 5304 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue