diff options
author | Oz Linden <oz@lindenlab.com> | 2012-11-13 10:50:16 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-11-13 10:50:16 -0500 |
commit | 7e779a29c142feaa34a30dff39b72d0ae7c0fdc3 (patch) | |
tree | 401447b5d265520c12de5c4929f0e72468882b68 /indra/cmake/LLCoreHttp.cmake | |
parent | 42c957e9d823ee5124fa1ac992fc0e803a3b0d9a (diff) | |
parent | 7cef2e02565977d3894dbd7c9bde91fb39d9066a (diff) |
merge changes for DRTVWR-209
Diffstat (limited to 'indra/cmake/LLCoreHttp.cmake')
-rw-r--r-- | indra/cmake/LLCoreHttp.cmake | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/indra/cmake/LLCoreHttp.cmake b/indra/cmake/LLCoreHttp.cmake new file mode 100644 index 0000000000..61e4b23d98 --- /dev/null +++ b/indra/cmake/LLCoreHttp.cmake @@ -0,0 +1,16 @@ +# -*- cmake -*- + +include(CARes) +include(CURL) +include(OpenSSL) +include(Boost) + +set(LLCOREHTTP_INCLUDE_DIRS + ${LIBS_OPEN_DIR}/llcorehttp + ${CARES_INCLUDE_DIRS} + ${CURL_INCLUDE_DIRS} + ${OPENSSL_INCLUDE_DIRS} + ${BOOST_INCLUDE_DIRS} + ) + +set(LLCOREHTTP_LIBRARIES llcorehttp) |