Add cgal mpfr and gmp for msvc with prebuilt binaries.
This commit is contained in:
parent
d620f6fb5d
commit
2cc45dbf21
20 changed files with 5147 additions and 0 deletions
6
deps/CGAL/CGAL.cmake
vendored
Normal file
6
deps/CGAL/CGAL.cmake
vendored
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue