mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: add all found libwww libs to the LIBWWW_LIBRARIES variable
This commit is contained in:
parent
a45f6fd9d1
commit
9810fa824e
1 changed files with 20 additions and 3 deletions
|
@ -85,9 +85,26 @@ FIND_WWW_LIBRARY(LIBWWWZIP_LIBRARY wwwzip)
|
||||||
|
|
||||||
# combine all the libraries into one variable
|
# combine all the libraries into one variable
|
||||||
SET(LIBWWW_LIBRARIES
|
SET(LIBWWW_LIBRARIES
|
||||||
${LIBWWWAPP_LIBRARY} ${LIBWWWCORE_LIBRARY} ${LIBWWWDIR_LIBRARY} ${LIBWWWHTML_LIBRARY}
|
${LIBMD5_LIBRARY}
|
||||||
${LIBWWWHTTP_LIBRARY} ${LIBWWWINIT_LIBRARY} ${LIBWWWMIME_LIBRARY} ${LIBWWWMUX_LIBRARY}
|
${LIBWWWAPP_LIBRARY}
|
||||||
${LIBWWWSTREAM_LIBRARY} ${LIBWWWCACHE_LIBRARY} ${LIBWWWFILE_LIBRARY} ${LIBWWWTRANS_LIBRARY} ${LIBWWWUTILS_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
|
# Windows libwww version needs GNU Regex
|
||||||
|
|
Loading…
Reference in a new issue