mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-04 01:11:16 +08:00
18 lines
573 B
CMake
18 lines
573 B
CMake
#/|/ Copyright (c) Prusa Research 2021 Tomáš Mészáros @tamasmeszaros
|
|
#/|/
|
|
#/|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
|
#/|/
|
|
find_package(OpenGL QUIET REQUIRED)
|
|
|
|
prusaslicer_add_cmake_project(TIFF
|
|
URL https://gitlab.com/libtiff/libtiff/-/archive/v4.1.0/libtiff-v4.1.0.zip
|
|
URL_HASH SHA256=c56edfacef0a60c0de3e6489194fcb2f24c03dbb550a8a7de5938642d045bd32
|
|
DEPENDS ${ZLIB_PKG} ${PNG_PKG} dep_JPEG
|
|
CMAKE_ARGS
|
|
-Dlzma:BOOL=OFF
|
|
-Dwebp:BOOL=OFF
|
|
-Djbig:BOOL=OFF
|
|
-Dzstd:BOOL=OFF
|
|
-Dpixarlog:BOOL=OFF
|
|
)
|