summaryrefslogtreecommitdiff
path: root/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2017-04-07 11:51:10 -0700
committerGlenn Glazer <coyot@lindenlab.com>2017-04-07 11:51:10 -0700
commit5ae67d8dcd05f2b9bb82ddc07a26e492946da420 (patch)
treed7fb863e08bc4a72e96ce858b6ab77d46af60640 /indra/newview/CMakeLists.txt
parent9770519a6e7f542cdfb95c996897f274933ad08f (diff)
MAINT-7282: add requests module and associated build machinery
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r--indra/newview/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 7a62d8baec..fa53b5a45d 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -43,6 +43,7 @@ include(OPENAL)
include(OpenGL)
include(OpenSSL)
include(PNG)
+include(Requests)
include(TemplateCheck)
include(UI)
include(UnixInstall)