diff options
Diffstat (limited to 'linden/indra/newview/CMakeLists.txt')
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index 34aa29f..07285f1 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt | |||
@@ -61,6 +61,15 @@ include_directories( | |||
61 | ) | 61 | ) |
62 | 62 | ||
63 | set(viewer_SOURCE_FILES | 63 | set(viewer_SOURCE_FILES |
64 | authentication_controller.cpp | ||
65 | authentication_floater.cpp | ||
66 | authentication_model.cpp | ||
67 | controllerlogin.cpp | ||
68 | controllerpasswords.cpp | ||
69 | floaterlogin.cpp | ||
70 | hippoGridManager.cpp | ||
71 | hippoLimits.cpp | ||
72 | hippoRestRequest.cpp | ||
64 | llagent.cpp | 73 | llagent.cpp |
65 | llagentdata.cpp | 74 | llagentdata.cpp |
66 | llagentlanguage.cpp | 75 | llagentlanguage.cpp |
@@ -431,6 +440,7 @@ set(viewer_SOURCE_FILES | |||
431 | llxmlrpctransaction.cpp | 440 | llxmlrpctransaction.cpp |
432 | noise.cpp | 441 | noise.cpp |
433 | pipeline.cpp | 442 | pipeline.cpp |
443 | prefpanelpasswords.cpp | ||
434 | ) | 444 | ) |
435 | 445 | ||
436 | set(VIEWER_BINARY_NAME "imprudence-bin" CACHE STRING | 446 | set(VIEWER_BINARY_NAME "imprudence-bin" CACHE STRING |
@@ -453,7 +463,15 @@ endif (LINUX) | |||
453 | set(viewer_HEADER_FILES | 463 | set(viewer_HEADER_FILES |
454 | CMakeLists.txt | 464 | CMakeLists.txt |
455 | ViewerInstall.cmake | 465 | ViewerInstall.cmake |
456 | 466 | authentication_controller.h | |
467 | authentication_floater.h | ||
468 | authentication_model.h | ||
469 | controllerlogin.h | ||
470 | controllerpasswords.h | ||
471 | floaterlogin.h | ||
472 | hippoGridManager.h | ||
473 | hippoLimits.h | ||
474 | hippoRestRequest.h | ||
457 | llagent.h | 475 | llagent.h |
458 | llagentdata.h | 476 | llagentdata.h |
459 | llagentlanguage.h | 477 | llagentlanguage.h |
@@ -831,6 +849,7 @@ set(viewer_HEADER_FILES | |||
831 | macmain.h | 849 | macmain.h |
832 | noise.h | 850 | noise.h |
833 | pipeline.h | 851 | pipeline.h |
852 | prefpanelpasswords.h | ||
834 | randgauss.h | 853 | randgauss.h |
835 | VertexCache.h | 854 | VertexCache.h |
836 | VorbisFramework.h | 855 | VorbisFramework.h |