CMake: Update to latest upstream Panda3D changes.

This commit is contained in:
Sam Edwards 2014-07-26 12:42:28 -07:00
parent 3d0f587ca0
commit cecae46c45
2 changed files with 3 additions and 0 deletions

View File

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

View File

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