Add cgal mpfr and gmp for msvc with prebuilt binaries.

This commit is contained in:
tamasmeszaros 2019-12-10 11:08:54 +01:00
parent d620f6fb5d
commit 2cc45dbf21
20 changed files with 5147 additions and 0 deletions

6
deps/CGAL/CGAL.cmake vendored Normal file
View file

@ -0,0 +1,6 @@
prusaslicer_add_cmake_project(
CGAL
GIT_REPOSITORY https://github.com/CGAL/cgal.git
GIT_TAG "releases/CGAL-5.0"
DEPENDS dep_boost dep_GMP dep_MPFR
)