Browse Source

CMake: Add extension sources for egg and collide directories

rdb 5 years ago
parent
commit
ea2816f4ea
2 changed files with 14 additions and 0 deletions
  1. 8 0
      panda/src/collide/CMakeLists.txt
  2. 6 0
      panda/src/egg/CMakeLists.txt

+ 8 - 0
panda/src/collide/CMakeLists.txt

@@ -66,8 +66,16 @@ set(P3COLLIDE_SOURCES
 )
 
 set(P3COLLIDE_IGATEEXT
+  collisionHandlerEvent_ext.cxx
+  collisionHandlerEvent_ext.h
+  collisionHandlerPhysical_ext.cxx
+  collisionHandlerPhysical_ext.h
+  collisionHandlerQueue_ext.cxx
+  collisionHandlerQueue_ext.h
   collisionPolygon_ext.cxx
   collisionPolygon_ext.h
+  collisionTraverser_ext.cxx
+  collisionTraverser_ext.h
 )
 
 composite_sources(p3collide P3COLLIDE_SOURCES)

+ 6 - 0
panda/src/egg/CMakeLists.txt

@@ -89,8 +89,14 @@ set(P3EGG_SOURCES
 )
 
 set(P3EGG_IGATEEXT
+  eggComment_ext.cxx
+  eggComment_ext.h
+  eggCoordinateSystem_ext.cxx
+  eggCoordinateSystem_ext.h
   eggGroupNode_ext.cxx
   eggGroupNode_ext.h
+  eggNode_ext.cxx
+  eggNode_ext.h
 )
 
 # These cannot be interrogated, and are excluded from the composites.