mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Add ComputeNode to Sources.pp
This commit is contained in:
parent
633bbbafce
commit
ef9f985406
@ -14,6 +14,7 @@
|
||||
#define SOURCES \
|
||||
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 \
|
||||
@ -33,6 +34,7 @@
|
||||
#define INCLUDED_SOURCES \
|
||||
ambientLight.cxx \
|
||||
callbackNode.cxx \
|
||||
computeNode.cxx \
|
||||
config_pgraphnodes.cxx \
|
||||
directionalLight.cxx \
|
||||
fadeLodNode.cxx fadeLodNodeData.cxx \
|
||||
@ -52,6 +54,7 @@
|
||||
#define INSTALL_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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user