Add htmlhelp lib to GUI's CMake file.

This commit is contained in:
Kimmo Varis 2010-02-23 18:38:51 +02:00
parent 7408d515a5
commit 3a7961e345
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ if (WIN32 AND NOT CYGWIN)
set(CHECK_LIBS
${CHECK_LIBS}
shlwapi
htmlhelp
)
endif (WIN32 AND NOT CYGWIN)