1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 18:30:34 +00:00

Added gunicode as a dependency on MINGW.

This commit is contained in:
Marc Sanfacon 2013-12-05 20:48:45 -05:00
parent a47d42ad4b
commit 762281ed5b

View File

@ -132,7 +132,7 @@ endif()
# Add additional dependencies
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()
# debug build flags (overwrite default cmake debug flags)