mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-04 05:50:47 +08:00
16 lines
462 B
CMake
16 lines
462 B
CMake
add_cmake_project(TIFF
|
|
URL https://gitlab.com/libtiff/libtiff/-/archive/v4.6.0/libtiff-v4.6.0.zip
|
|
URL_HASH SHA256=5d652432123223338a6ee642a6499d98ebc5a702f8a065571e1001d4c08c37e6
|
|
CMAKE_ARGS
|
|
-Dtiff-tools:BOOL=OFF
|
|
-Dtiff-tests:BOOL=OFF
|
|
-Dlzma:BOOL=OFF
|
|
-Dwebp:BOOL=OFF
|
|
-Djbig:BOOL=OFF
|
|
-Dzstd:BOOL=OFF
|
|
-Dpixarlog:BOOL=OFF
|
|
-Dlibdeflate:BOOL=OFF
|
|
)
|
|
|
|
set(DEP_TIFF_DEPENDS ZLIB PNG JPEG OpenGL)
|