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

5
deps/JPEG/JPEG.cmake vendored Normal file
View file

@ -0,0 +1,5 @@
prusaslicer_add_cmake_project(JPEG
URL https://github.com/libjpeg-turbo/libjpeg-turbo/archive/refs/tags/2.0.6.zip
URL_HASH SHA256=017bdc33ff3a72e11301c0feb4657cb27719d7f97fa67a78ed506c594218bbf1
DEPENDS ${ZLIB_PKG}
)