CMake: Add extension sources for egg and collide directories

This commit is contained in:
rdb 2021-01-02 03:10:56 +01:00
parent f003e3434e
commit ea2816f4ea
2 changed files with 14 additions and 0 deletions

View File

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

View File

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