Add TIFF and JPEG for wxWidgets

using URL does not download git submodules for wx
This commit is contained in:
tamasmeszaros 2021-03-23 19:29:48 +01:00
parent ac51a7c3d1
commit a6a8063768
4 changed files with 17 additions and 3 deletions

7
deps/TIFF/TIFF.cmake vendored Normal file
View file

@ -0,0 +1,7 @@
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
)