فهرست منبع

CMake: Move source file accidentally counted as a header

Sam Edwards 7 سال پیش
والد
کامیت
29799643e0
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      panda/src/pgraph/CMakeLists.txt

+ 2 - 1
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