mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
Added gunicode as a dependency on MINGW.
This commit is contained in:
parent
a47d42ad4b
commit
762281ed5b
@ -132,7 +132,7 @@ endif()
|
|||||||
|
|
||||||
# Add additional dependencies
|
# Add additional dependencies
|
||||||
if(MINGW)
|
if(MINGW)
|
||||||
set(PDF2HTMLEX_LIBS ${PDF2HTMLEX_LIBS} intl iconv gettextlib gettextpo gutils png jpeg openjpeg glib-2.0.dll z xml2 tiff gio-2.0.dll ltdl plibc.dll)
|
set(PDF2HTMLEX_LIBS ${PDF2HTMLEX_LIBS} intl iconv gettextlib gettextpo gutils png jpeg openjpeg glib-2.0.dll z xml2 tiff gio-2.0.dll ltdl plibc.dll gunicode)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# debug build flags (overwrite default cmake debug flags)
|
# debug build flags (overwrite default cmake debug flags)
|
||||||
|
Loading…
Reference in New Issue
Block a user