Browse Source

CMake: Update to latest upstream Panda3D changes.

Sam Edwards 11 years ago
parent
commit
cecae46c45
2 changed files with 3 additions and 0 deletions
  1. 2 0
      panda/src/pgraphnodes/CMakeLists.txt
  2. 1 0
      panda/src/putil/pythonCallbackObject.h

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

@@ -1,6 +1,7 @@
 set(P3PGRAPHNODES_HEADERS
 set(P3PGRAPHNODES_HEADERS
     ambientLight.h ambientLight.I
     ambientLight.h ambientLight.I
     callbackNode.h callbackNode.I
     callbackNode.h callbackNode.I
+    computeNode.h computeNode.I
     config_pgraphnodes.h
     config_pgraphnodes.h
     directionalLight.h directionalLight.I
     directionalLight.h directionalLight.I
     fadeLodNode.I fadeLodNode.h fadeLodNodeData.h
     fadeLodNode.I fadeLodNode.h fadeLodNodeData.h
@@ -21,6 +22,7 @@ set(P3PGRAPHNODES_HEADERS
 set(P3PGRAPHNODES_SOURCES
 set(P3PGRAPHNODES_SOURCES
     ambientLight.cxx
     ambientLight.cxx
     callbackNode.cxx
     callbackNode.cxx
+    computeNode.cxx
     config_pgraphnodes.cxx
     config_pgraphnodes.cxx
     directionalLight.cxx
     directionalLight.cxx
     fadeLodNode.cxx fadeLodNodeData.cxx
     fadeLodNode.cxx fadeLodNodeData.cxx

+ 1 - 0
panda/src/putil/pythonCallbackObject.h

@@ -19,6 +19,7 @@
 
 
 #ifdef HAVE_PYTHON
 #ifdef HAVE_PYTHON
 
 
+#include "py_panda.h"
 #include "callbackObject.h"
 #include "callbackObject.h"
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////