diff options
author | Jacek Antonelli | 2009-10-29 02:03:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-10-29 02:45:02 -0500 |
commit | 5969412f5e9342955c79b57a10d3d6f987a06d1c (patch) | |
tree | 0eecf3faa609ae2b371641a6ed55de457a0698f9 /linden/indra/newview/CMakeLists.txt | |
parent | Moved radar XML to panel_radar.xml and cleaned it up. (diff) | |
download | meta-impy-5969412f5e9342955c79b57a10d3d6f987a06d1c.zip meta-impy-5969412f5e9342955c79b57a10d3d6f987a06d1c.tar.gz meta-impy-5969412f5e9342955c79b57a10d3d6f987a06d1c.tar.bz2 meta-impy-5969412f5e9342955c79b57a10d3d6f987a06d1c.tar.xz |
Added PanelRadar class, refactored from LLFloaterMap.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index 3db96c4..089c79e 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt | |||
@@ -438,6 +438,7 @@ set(viewer_SOURCE_FILES | |||
438 | llworldmapview.cpp | 438 | llworldmapview.cpp |
439 | llxmlrpctransaction.cpp | 439 | llxmlrpctransaction.cpp |
440 | noise.cpp | 440 | noise.cpp |
441 | panelradar.cpp | ||
441 | pipeline.cpp | 442 | pipeline.cpp |
442 | primbackup.cpp | 443 | primbackup.cpp |
443 | rlvhandler.cpp | 444 | rlvhandler.cpp |
@@ -851,6 +852,7 @@ set(viewer_HEADER_FILES | |||
851 | llxmlrpctransaction.h | 852 | llxmlrpctransaction.h |
852 | macmain.h | 853 | macmain.h |
853 | noise.h | 854 | noise.h |
855 | panelradar.h | ||
854 | pipeline.h | 856 | pipeline.h |
855 | primbackup.h | 857 | primbackup.h |
856 | randgauss.h | 858 | randgauss.h |