summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorAlain Linden <alain@lindenlab.com>2011-02-11 16:00:16 -0800
committerAlain Linden <alain@lindenlab.com>2011-02-11 16:00:16 -0800
commit2f363a770765553d63f5edaea713743944a593c9 (patch)
treefcf6880cb6abd5bcc4721c7b9f006a336e0b7001 /indra/llcommon
parent18a49e58eab990482bbb307146e84c943288879b (diff)
explicitly import ZLIB.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index 9342a22d46..6439ac3349 100644
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -12,6 +12,7 @@ include(LLSharedLibs)
include(GoogleBreakpad)
include(GooglePerfTools)
include(Copy3rdPartyLibs)
+include(ZLIB)
include_directories(
${EXPAT_INCLUDE_DIRS}