mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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
|
||||
modelPool.I modelPool.h
|
||||
modelRoot.I modelRoot.h
|
||||
nodePath.I nodePath.h nodePath.cxx
|
||||
nodePath.I nodePath.h
|
||||
nodePathCollection.I nodePathCollection.h
|
||||
nodePathComponent.I nodePathComponent.h
|
||||
occluderEffect.I occluderEffect.h
|
||||
@ -157,6 +157,7 @@ set(P3PGRAPH_SOURCES
|
||||
modelNode.cxx
|
||||
modelPool.cxx
|
||||
modelRoot.cxx
|
||||
nodePath.cxx
|
||||
nodePathCollection.cxx
|
||||
nodePathComponent.cxx
|
||||
occluderEffect.cxx
|
||||
|
Loading…
x
Reference in New Issue
Block a user