mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-04 02:20:38 +08:00
15 lines
481 B
CMake
15 lines
481 B
CMake
#/|/ Copyright (c) Prusa Research 2021 Tomáš Mészáros @tamasmeszaros
|
|
#/|/
|
|
#/|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
|
#/|/
|
|
include(GNUInstallDirs)
|
|
prusaslicer_add_cmake_project(Qhull
|
|
URL "https://github.com/qhull/qhull/archive/v8.0.1.zip"
|
|
URL_HASH SHA256=5287f5edd6a0372588f5d6640799086a4033d89d19711023ef8229dd9301d69b
|
|
CMAKE_ARGS
|
|
-DINCLUDE_INSTALL_DIR=${CMAKE_INSTALL_INCLUDEDIR}
|
|
)
|
|
|
|
if (MSVC)
|
|
add_debug_dep(dep_Qhull)
|
|
endif () |