diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-04 18:30:59 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-04 18:30:59 +0000 |
commit | cf9d9237bed3ddf063b2744a009e8e8de55388fe (patch) | |
tree | 3f7fb64f941aa71f8545b4e73ec006d4a43a3222 /indra | |
parent | 8066f4868584ebbef6512006ffc07b158f382799 (diff) |
more splitting of code.
Diffstat (limited to 'indra')
-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 e138b431c5..b989f0c230 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -386,6 +386,7 @@ set(viewer_SOURCE_FILES llsurfacepatch.cpp llsyswellitem.cpp llsyswellwindow.cpp + lltalkbutton.cpp llteleporthistory.cpp llteleporthistorystorage.cpp lltexglobalcolor.cpp @@ -872,6 +873,7 @@ set(viewer_HEADER_FILES llsyswellitem.h llsyswellwindow.h lltable.h + lltalkbutton.h llteleporthistory.h llteleporthistorystorage.h lltexglobalcolor.h |