mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
Add dll copy after targets for gmp and mpfr
This commit is contained in:
parent
1cf057abbc
commit
fc19666fa2
3 changed files with 32 additions and 0 deletions
|
@ -7,3 +7,7 @@ find_package(CGAL REQUIRED)
|
|||
add_executable(meshboolean MeshBoolean.cpp)
|
||||
|
||||
target_link_libraries(meshboolean libslic3r CGAL::CGAL)
|
||||
|
||||
if (WIN32)
|
||||
prusaslicer_copy_dlls(meshboolean)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue