CMake: Move source file accidentally counted as a header

This commit is contained in:
Sam Edwards 2018-04-18 16:58:20 -06:00
parent 4cec331722
commit 29799643e0

View File

@ -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