mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Add Qhull the new way
This commit is contained in:
parent
cf9723b7cc
commit
f4733e69fc
5 changed files with 42 additions and 77 deletions
3
deps/CMakeLists.txt
vendored
3
deps/CMakeLists.txt
vendored
|
|
@ -147,6 +147,7 @@ if (NOT EXPAT_FOUND)
|
|||
endif ()
|
||||
|
||||
include(Cereal/Cereal.cmake)
|
||||
include(Qhull/Qhull.cmake)
|
||||
include(GLEW/GLEW.cmake)
|
||||
include(OpenCSG/OpenCSG.cmake)
|
||||
include(GMP/GMP.cmake)
|
||||
|
|
@ -201,7 +202,7 @@ if (MSVC)
|
|||
# Experimental
|
||||
#list(APPEND _dep_list "dep_qhull")
|
||||
else()
|
||||
list(APPEND _dep_list "dep_qhull")
|
||||
list(APPEND _dep_list "dep_Qhull")
|
||||
# Not working, static build has different Eigen
|
||||
#list(APPEND _dep_list "dep_libigl")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue