diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2011-05-18 15:33:17 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2011-05-18 15:33:17 -0400 |
commit | 2414417210723842d5b4de86f991db2e391a864c (patch) | |
tree | d5938f2c103bceb3bdf6aed04d3e25f3d9a14a08 /indra/newview/CMakeLists.txt | |
parent | 03f7063c0b3806729de10a58ac8ec7871bded4cc (diff) | |
parent | e9b454f5f938251697e582152ddfeefae5070c87 (diff) |
Automated merge with http://hg.secondlife.com/viewer-development
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 2ecce0ebd3..cbf22b75e8 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -76,6 +76,7 @@ include_directories( ) set(viewer_SOURCE_FILES + groupchatlistener.cpp llagent.cpp llagentaccess.cpp llagentcamera.cpp @@ -624,6 +625,7 @@ endif (LINUX) set(viewer_HEADER_FILES CMakeLists.txt ViewerInstall.cmake + groupchatlistener.h llagent.h llagentaccess.h llagentcamera.h |