mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
CMake: Add extension sources for egg and collide directories
This commit is contained in:
parent
f003e3434e
commit
ea2816f4ea
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user