diff options
| author | Alain Linden <alain@lindenlab.com> | 2011-02-11 16:00:16 -0800 | 
|---|---|---|
| committer | Alain Linden <alain@lindenlab.com> | 2011-02-11 16:00:16 -0800 | 
| commit | 2f363a770765553d63f5edaea713743944a593c9 (patch) | |
| tree | fcf6880cb6abd5bcc4721c7b9f006a336e0b7001 | |
| parent | 18a49e58eab990482bbb307146e84c943288879b (diff) | |
explicitly import ZLIB.
| -rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 | 
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} | 
