summaryrefslogtreecommitdiff
path: root/indra/viewer_components
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-07-01 17:55:03 -0400
committerNat Goodspeed <nat@lindenlab.com>2009-07-01 17:55:03 -0400
commitf68d3de9495d4a23a66ae61b1985e07694db4708 (patch)
tree392e241957077ba1064b28b596a7b24784a8c2cc /indra/viewer_components
parentdc93fe6cc68115dd280881c0896fa3f0e8d46f2c (diff)
parent7c1742ec7d626ff34084624729b338f9abc58686 (diff)
Reconcile with Brad's changes before push
Diffstat (limited to 'indra/viewer_components')
-rw-r--r--indra/viewer_components/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/viewer_components/CMakeLists.txt b/indra/viewer_components/CMakeLists.txt
index 60b459b78a..b3e07c527c 100644
--- a/indra/viewer_components/CMakeLists.txt
+++ b/indra/viewer_components/CMakeLists.txt
@@ -1,2 +1,9 @@
+# -*- cmake -*-
+
+include(Externals)
+
add_subdirectory(login)
add_subdirectory(eventhost)
+
+use_svn_external(eventlet ${CMAKE_CURRENT_SOURCE_DIR}/../lib/python/ http://svn.secondlife.com/svn/eventlet/trunk/eventlet 164)
+