summaryrefslogtreecommitdiff
path: root/indra/viewer_components/CMakeLists.txt
blob: b3e07c527c3563cb24566808b2141e9fb404da57 (plain)
1
2
3
4
5
6
7
8
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)