/indra/cmake/LLMessage.cmake
https://bitbucket.org/lindenlab/viewer-beta/ · CMake · 15 lines · 11 code · 3 blank · 1 comment · 0 complexity · bf61d0a9be0ed661d32976e71e31f2bc MD5 · raw file
- # -*- 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)