mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: add all found libwww libs to the LIBWWW_LIBRARIES variable
This commit is contained in:
parent
58635a112c
commit
4b1fcc8726
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue