View of /linden_release/linden/indra/cmake/LLMessage.cmake
Parent Directory
|
Revision Log
Revision 57 -
(download)
(annotate)
Wed Nov 19 00:33:37 2008 UTC (4 years, 6 months ago) by mjm
File size: 392 byte(s)
Wed Nov 19 00:33:37 2008 UTC (4 years, 6 months ago) by mjm
File size: 392 byte(s)
Importing Linden release 1.21.6 for merging future releases.
# -*- cmake -*-
include(CARes)
include(CURL)
include(OpenSSL)
include(XmlRpcEpi)
set(LLMESSAGE_INCLUDE_DIRS
${LIBS_OPEN_DIR}/llmessage
${CARES_INCLUDE_DIRS}
${CURL_INCLUDE_DIRS}
${OPENSSL_INCLUDE_DIRS}
)
set(LLMESSAGE_LIBRARIES
llmessage
${CURL_LIBRARIES}
${CARES_LIBRARIES}
${OPENSSL_LIBRARIES}
${CRYPTO_LIBRARIES}
${XMLRPCEPI_LIBRARIES}
)
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

