summaryrefslogtreecommitdiff
path: root/indra/cmake/LLMessage.cmake
blob: 1cea03af2b3cb80a91b1cdf2dede12ced4d23edd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- 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}
    )