From 29799643e00ccca16cfdb32da7ad1efbc4db7267 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Wed, 18 Apr 2018 16:58:20 -0600 Subject: [PATCH] CMake: Move source file accidentally counted as a header --- panda/src/pgraph/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panda/src/pgraph/CMakeLists.txt b/panda/src/pgraph/CMakeLists.txt index 9052f6e299..35420548fc 100644 --- a/panda/src/pgraph/CMakeLists.txt +++ b/panda/src/pgraph/CMakeLists.txt @@ -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