diff options
| -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  | 
