1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

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