diff options
author | Richard Linden <none@none> | 2014-05-20 14:07:23 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2014-05-20 14:07:23 -0700 |
commit | d13b0a299e595d76c9db9ff4d625d959f9eb33b2 (patch) | |
tree | 302d44c15b06e93cbe76dc752fb58dbf94555491 /indra/newview/CMakeLists.txt | |
parent | 16a5c9346d04f20c536e9034947873f1202eb32e (diff) |
MAINT-3950 FIXED can't open lag meter
brought back llfloaterlagmeter from the dead, and ported to lltrace
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | 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 c94969435b..cf584048f9 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -245,6 +245,7 @@ set(viewer_SOURCE_FILES llfloaterinspect.cpp llfloaterinventory.cpp llfloaterjoystick.cpp + llfloaterlagmeter.cpp llfloaterland.cpp llfloaterlandholdings.cpp llfloatermap.cpp @@ -839,6 +840,7 @@ set(viewer_HEADER_FILES llfloaterinspect.h llfloaterinventory.h llfloaterjoystick.h + llfloaterlagmeter.h llfloaterland.h llfloaterlandholdings.h llfloatermap.h |