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 bb07922..e993564 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 |
@@ -463,8 +467,11 @@ endif (LINUX) | |||
463 | set(viewer_HEADER_FILES | 467 | set(viewer_HEADER_FILES |
464 | CMakeLists.txt | 468 | CMakeLists.txt |
465 | ViewerInstall.cmake | 469 | ViewerInstall.cmake |
466 | 470 | floaterlogin.h | |
467 | jcfloater_animation_list.h | 471 | hippoGridManager.h |
472 | hippoLimits.h | ||
473 | hippoRestRequest.h | ||
474 | jcfloater_animation_list.h | ||
468 | llagent.h | 475 | llagent.h |
469 | llagentdata.h | 476 | llagentdata.h |
470 | llagentlanguage.h | 477 | llagentlanguage.h |