mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
CMake: Move source file accidentally counted as a header
This commit is contained in:
parent
4cec331722
commit
29799643e0
@ -57,7 +57,7 @@ set(P3PGRAPH_HEADERS
|
|||||||
modelNode.I modelNode.h
|
modelNode.I modelNode.h
|
||||||
modelPool.I modelPool.h
|
modelPool.I modelPool.h
|
||||||
modelRoot.I modelRoot.h
|
modelRoot.I modelRoot.h
|
||||||
nodePath.I nodePath.h nodePath.cxx
|
nodePath.I nodePath.h
|
||||||
nodePathCollection.I nodePathCollection.h
|
nodePathCollection.I nodePathCollection.h
|
||||||
nodePathComponent.I nodePathComponent.h
|
nodePathComponent.I nodePathComponent.h
|
||||||
occluderEffect.I occluderEffect.h
|
occluderEffect.I occluderEffect.h
|
||||||
@ -157,6 +157,7 @@ set(P3PGRAPH_SOURCES
|
|||||||
modelNode.cxx
|
modelNode.cxx
|
||||||
modelPool.cxx
|
modelPool.cxx
|
||||||
modelRoot.cxx
|
modelRoot.cxx
|
||||||
|
nodePath.cxx
|
||||||
nodePathCollection.cxx
|
nodePathCollection.cxx
|
||||||
nodePathComponent.cxx
|
nodePathComponent.cxx
|
||||||
occluderEffect.cxx
|
occluderEffect.cxx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user