move pipeOcclusionCullTraverser.cxx into composite
This commit is contained in:
parent
88ffb3add8
commit
8b01f4f426
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
#define SOURCES \
|
||||
pipeOcclusionCullTraverser.I pipeOcclusionCullTraverser.h \
|
||||
pipeOcclusionCullTraverser.cxx \
|
||||
cardMaker.I cardMaker.h \
|
||||
config_grutil.h \
|
||||
ffmpegTexture.I ffmpegTexture.h \
|
||||
|
|
@ -34,6 +33,7 @@
|
|||
heightfieldTesselator.cxx \
|
||||
nodeVertexTransform.cxx \
|
||||
openCVTexture.cxx \
|
||||
pipeOcclusionCullTraverser.cxx \
|
||||
lineSegs.cxx \
|
||||
rigidBodyCombiner.cxx
|
||||
|
||||
|
|
|
|||
|
|
@ -7,5 +7,6 @@
|
|||
#include "openCVTexture.cxx"
|
||||
#include "ffmpegTexture.cxx"
|
||||
#include "nodeVertexTransform.cxx"
|
||||
#include "pipeOcclusionCullTraverser.cxx"
|
||||
#include "rigidBodyCombiner.cxx"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue