diff --git a/code/CMakeModules/FindLibwww.cmake b/code/CMakeModules/FindLibwww.cmake index 8e50a5761..3dbaf1b17 100644 --- a/code/CMakeModules/FindLibwww.cmake +++ b/code/CMakeModules/FindLibwww.cmake @@ -85,9 +85,26 @@ FIND_WWW_LIBRARY(LIBWWWZIP_LIBRARY wwwzip) # combine all the libraries into one variable SET(LIBWWW_LIBRARIES - ${LIBWWWAPP_LIBRARY} ${LIBWWWCORE_LIBRARY} ${LIBWWWDIR_LIBRARY} ${LIBWWWHTML_LIBRARY} - ${LIBWWWHTTP_LIBRARY} ${LIBWWWINIT_LIBRARY} ${LIBWWWMIME_LIBRARY} ${LIBWWWMUX_LIBRARY} - ${LIBWWWSTREAM_LIBRARY} ${LIBWWWCACHE_LIBRARY} ${LIBWWWFILE_LIBRARY} ${LIBWWWTRANS_LIBRARY} ${LIBWWWUTILS_LIBRARY} + ${LIBMD5_LIBRARY} + ${LIBWWWAPP_LIBRARY} + ${LIBWWWCACHE_LIBRARY} + ${LIBWWWCORE_LIBRARY} + ${LIBWWWDIR_LIBRARY} + ${LIBWWWFILE_LIBRARY} + ${LIBWWWFTP_LIBRARY} + ${LIBWWWGOPHER_LIBRARY} + ${LIBWWWHTML_LIBRARY} + ${LIBWWWHTTP_LIBRARY} + ${LIBWWWINIT_LIBRARY} + ${LIBWWWMIME_LIBRARY} + ${LIBWWWMUX_LIBRARY} + ${LIBWWWNEWS_LIBRARY} + ${LIBWWWSTREAM_LIBRARY} + ${LIBWWWTELNET_LIBRARY} + ${LIBWWWTRANS_LIBRARY} + ${LIBWWWUTILS_LIBRARY} + ${LIBWWWXML_LIBRARY} + ${LIBWWWZIP_LIBRARY} ) # Windows libwww version needs GNU Regex