diff options
| author | Monty Brandenberg <monty@lindenlab.com> | 2012-04-23 16:20:45 -0400 | 
|---|---|---|
| committer | Monty Brandenberg <monty@lindenlab.com> | 2012-04-23 16:20:45 -0400 | 
| commit | c09669da921f24e8e2693d8652fc56465d5fa19c (patch) | |
| tree | 42b0466afa0eb9fa8061c3af949d725969d55671 /indra | |
| parent | 5611cb6d476540e6a1c654c1f9acdce2787b3505 (diff) | |
And forgot the .cmake library file.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/cmake/LLCoreHttp.cmake | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/indra/cmake/LLCoreHttp.cmake b/indra/cmake/LLCoreHttp.cmake new file mode 100644 index 0000000000..280189da3d --- /dev/null +++ b/indra/cmake/LLCoreHttp.cmake @@ -0,0 +1,14 @@ +# -*- cmake -*- + +include(CARes) +include(CURL) +include(OpenSSL) + +set(LLCOREHTTP_INCLUDE_DIRS +    ${LIBS_OPEN_DIR}/llcorehttp +    ${CARES_INCLUDE_DIRS} +    ${CURL_INCLUDE_DIRS} +    ${OPENSSL_INCLUDE_DIRS} +    ) + +set(LLCOREHTTP_LIBRARIES llcorehttp) | 
