Browse Source

CMake: Update for upstream changes.

Sam Edwards 9 years ago
parent
commit
ee3644f8f3
2 changed files with 4 additions and 0 deletions
  1. 2 0
      panda/src/gobj/CMakeLists.txt
  2. 2 0
      panda/src/pgraphnodes/CMakeLists.txt

+ 2 - 0
panda/src/gobj/CMakeLists.txt

@@ -41,6 +41,7 @@ set(P3GOBJ_HEADERS
   queryContext.I queryContext.h
   savedContext.I savedContext.h
   shader.I shader.h
+  shaderBuffer.h shaderBuffer.I
   shaderContext.h shaderContext.I
   simpleAllocator.h simpleAllocator.I
   simpleLru.h simpleLru.I
@@ -116,6 +117,7 @@ set(P3GOBJ_SOURCES
   samplerState.cxx
   savedContext.cxx
   shader.cxx
+  shaderBuffer.cxx
   shaderContext.cxx
   simpleAllocator.cxx
   simpleLru.cxx

+ 2 - 0
panda/src/pgraphnodes/CMakeLists.txt

@@ -10,6 +10,7 @@ set(P3PGRAPHNODES_HEADERS
     lodNode.I lodNode.h lodNodeType.h
     nodeCullCallbackData.h nodeCullCallbackData.I
     pointLight.h pointLight.I
+    rectangleLight.h rectangleLight.I
     sceneGraphAnalyzer.h sceneGraphAnalyzer.I
     selectiveChildNode.h selectiveChildNode.I
     sequenceNode.h sequenceNode.I
@@ -32,6 +33,7 @@ set(P3PGRAPHNODES_SOURCES
     lodNode.cxx lodNodeType.cxx
     nodeCullCallbackData.cxx
     pointLight.cxx
+    rectangleLight.cxx
     sceneGraphAnalyzer.cxx
     selectiveChildNode.cxx
     sequenceNode.cxx