/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

  1. # -*- cmake -*-
  2. include(CARes)
  3. include(CURL)
  4. include(OpenSSL)
  5. include(XmlRpcEpi)
  6. set(LLMESSAGE_INCLUDE_DIRS
  7. ${LIBS_OPEN_DIR}/llmessage
  8. ${CARES_INCLUDE_DIRS}
  9. ${CURL_INCLUDE_DIRS}
  10. ${OPENSSL_INCLUDE_DIRS}
  11. )
  12. set(LLMESSAGE_LIBRARIES llmessage)