diff options
author | Oz Linden <oz@lindenlab.com> | 2010-11-17 15:18:01 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-11-17 15:18:01 -0500 |
commit | 289e1f330998e7d32ff16048c543b5a7270d9016 (patch) | |
tree | 071389f4123c83a497b62af5b9ee0e454fd4816a /indra/newview/CMakeLists.txt | |
parent | 14b2b796abf4e2f1538ca337f675166a22478868 (diff) | |
parent | 669d10a4ee4c9cb2d6860126740f07b0ee90f29b (diff) |
merge fix for STORM-590
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 d44b0ce679..3a4b9be0d7 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -201,6 +201,7 @@ set(viewer_SOURCE_FILES llfloaterpostprocess.cpp llfloaterpreference.cpp llfloaterproperties.cpp + llfloaterregiondebugconsole.cpp llfloaterregioninfo.cpp llfloaterreporter.cpp llfloaterscriptdebug.cpp @@ -733,6 +734,7 @@ set(viewer_HEADER_FILES llfloaterpostprocess.h llfloaterpreference.h llfloaterproperties.h + llfloaterregiondebugconsole.h llfloaterregioninfo.h llfloaterreporter.h llfloaterscriptdebug.h |