diff options
author | Don Kjer <don@lindenlab.com> | 2012-07-11 00:30:04 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-07-11 00:30:04 +0000 |
commit | a589bc99701d6258d3dd467a5d36fb989348a758 (patch) | |
tree | e02fca312d1d685a6e75d7a8e1fbd08b0717d241 /indra/newview/CMakeLists.txt | |
parent | cb2b59b48b6cf8aeb17f5b0f9f4063e8340ce144 (diff) |
Added LLPipeline eventhost API. Added ForcePeriodicRenderingTime setting.
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 9783601696..5a1055319a 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -418,6 +418,7 @@ set(viewer_SOURCE_FILES llpatchvertexarray.cpp llphysicsmotion.cpp llphysicsshapebuilderutil.cpp + llpipelinelistener.cpp llplacesinventorybridge.cpp llplacesinventorypanel.cpp llpopupview.cpp @@ -967,6 +968,7 @@ set(viewer_HEADER_FILES llpatchvertexarray.h llphysicsmotion.h llphysicsshapebuilderutil.h + llpipelinelistener.h llplacesinventorybridge.h llplacesinventorypanel.h llpolymesh.h |