Add dll copy after targets for gmp and mpfr

This commit is contained in:
tamasmeszaros 2019-12-10 17:42:25 +01:00
parent 1cf057abbc
commit fc19666fa2
3 changed files with 32 additions and 0 deletions

View file

@ -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()