mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 05:06:25 -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
|
||||
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
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
|
||||
#include "py_panda.h"
|
||||
#include "callbackObject.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user