Add htmlhelp lib to GUI's CMake file.
This commit is contained in:
parent
7408d515a5
commit
3a7961e345
|
@ -101,6 +101,7 @@ if (WIN32 AND NOT CYGWIN)
|
||||||
set(CHECK_LIBS
|
set(CHECK_LIBS
|
||||||
${CHECK_LIBS}
|
${CHECK_LIBS}
|
||||||
shlwapi
|
shlwapi
|
||||||
|
htmlhelp
|
||||||
)
|
)
|
||||||
endif (WIN32 AND NOT CYGWIN)
|
endif (WIN32 AND NOT CYGWIN)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue