Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-12-10 19:42:25 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-12-10 19:42:25 +0300
commitfc19666fa295252cb13d9521e7978f4aeeb1f885 (patch)
treee0287fe8baaa333aea21d63ab99ce757825b0e33 /sandboxes
parent1cf057abbc5fb7a15bdccd0a13531af7a6cb9dbc (diff)
Add dll copy after targets for gmp and mpfr
Diffstat (limited to 'sandboxes')
-rw-r--r--sandboxes/meshboolean/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/sandboxes/meshboolean/CMakeLists.txt b/sandboxes/meshboolean/CMakeLists.txt
index 69ea13dce..17e876573 100644
--- a/sandboxes/meshboolean/CMakeLists.txt
+++ b/sandboxes/meshboolean/CMakeLists.txt
@@ -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()