mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-20 14:10:39 -04:00
CMake: Update to latest upstream Panda3D changes.
This commit is contained in:
parent
3d0f587ca0
commit
cecae46c45
@ -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
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
#ifdef HAVE_PYTHON
|
#ifdef HAVE_PYTHON
|
||||||
|
|
||||||
|
#include "py_panda.h"
|
||||||
#include "callbackObject.h"
|
#include "callbackObject.h"
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user