diff options
Diffstat (limited to 'linden/indra/newview/CMakeLists.txt')
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index f224652..0a4ee82 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt | |||
@@ -61,7 +61,11 @@ include_directories( | |||
61 | ) | 61 | ) |
62 | 62 | ||
63 | set(viewer_SOURCE_FILES | 63 | set(viewer_SOURCE_FILES |
64 | jcfloater_animation_list.cpp | 64 | floaterlogin.cpp |
65 | hippoGridManager.cpp | ||
66 | hippoLimits.cpp | ||
67 | hippoRestRequest.cpp | ||
68 | jcfloater_animation_list.cpp | ||
65 | llagent.cpp | 69 | llagent.cpp |
66 | llagentdata.cpp | 70 | llagentdata.cpp |
67 | llagentlanguage.cpp | 71 | llagentlanguage.cpp |
@@ -461,8 +465,11 @@ endif (LINUX) | |||
461 | set(viewer_HEADER_FILES | 465 | set(viewer_HEADER_FILES |
462 | CMakeLists.txt | 466 | CMakeLists.txt |
463 | ViewerInstall.cmake | 467 | ViewerInstall.cmake |
464 | 468 | floaterlogin.h | |
465 | jcfloater_animation_list.h | 469 | hippoGridManager.h |
470 | hippoLimits.h | ||
471 | hippoRestRequest.h | ||
472 | jcfloater_animation_list.h | ||
466 | llagent.h | 473 | llagent.h |
467 | llagentdata.h | 474 | llagentdata.h |
468 | llagentlanguage.h | 475 | llagentlanguage.h |