diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-07-01 17:55:03 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-07-01 17:55:03 -0400 |
commit | f68d3de9495d4a23a66ae61b1985e07694db4708 (patch) | |
tree | 392e241957077ba1064b28b596a7b24784a8c2cc /indra/viewer_components | |
parent | dc93fe6cc68115dd280881c0896fa3f0e8d46f2c (diff) | |
parent | 7c1742ec7d626ff34084624729b338f9abc58686 (diff) |
Reconcile with Brad's changes before push
Diffstat (limited to 'indra/viewer_components')
-rw-r--r-- | indra/viewer_components/CMakeLists.txt | 7 |
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) + |