From 762281ed5bbab8c013b31cae5d58438505727f75 Mon Sep 17 00:00:00 2001 From: Marc Sanfacon Date: Thu, 5 Dec 2013 20:48:45 -0500 Subject: [PATCH] Added gunicode as a dependency on MINGW. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 589d864..09ea6d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)