summaryrefslogtreecommitdiff
path: root/indra/cmake/LLCoreHttp.cmake
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2012-04-23 16:20:45 -0400
committerMonty Brandenberg <monty@lindenlab.com>2012-04-23 16:20:45 -0400
commitc09669da921f24e8e2693d8652fc56465d5fa19c (patch)
tree42b0466afa0eb9fa8061c3af949d725969d55671 /indra/cmake/LLCoreHttp.cmake
parent5611cb6d476540e6a1c654c1f9acdce2787b3505 (diff)
And forgot the .cmake library file.
Diffstat (limited to 'indra/cmake/LLCoreHttp.cmake')
-rw-r--r--indra/cmake/LLCoreHttp.cmake14
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)