From 3a7961e3453ca54800d43c36f175bb07745a044e Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Tue, 23 Feb 2010 18:38:51 +0200 Subject: [PATCH] Add htmlhelp lib to GUI's CMake file. --- gui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 4dc95401e..0fb32182e 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -101,6 +101,7 @@ if (WIN32 AND NOT CYGWIN) set(CHECK_LIBS ${CHECK_LIBS} shlwapi + htmlhelp ) endif (WIN32 AND NOT CYGWIN)