Browse Source

add collisionHeightfield to CMakeLists.txt

hecris 5 years ago
parent
commit
ab5527efa6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/collide/CMakeLists.txt

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

@@ -12,6 +12,7 @@ set(P3COLLIDE_HEADERS
   collisionHandlerPusher.I collisionHandlerPusher.h
   collisionHandlerPusher.I collisionHandlerPusher.h
   collisionHandlerFluidPusher.I collisionHandlerFluidPusher.h
   collisionHandlerFluidPusher.I collisionHandlerFluidPusher.h
   collisionHandlerQueue.h
   collisionHandlerQueue.h
+  collisionHeightfield.I collisionHeightfield.h
   collisionInvSphere.I collisionInvSphere.h
   collisionInvSphere.I collisionInvSphere.h
   collisionLine.I collisionLine.h
   collisionLine.I collisionLine.h
   collisionLevelStateBase.I collisionLevelStateBase.h
   collisionLevelStateBase.I collisionLevelStateBase.h
@@ -46,6 +47,7 @@ set(P3COLLIDE_SOURCES
   collisionHandlerPusher.cxx
   collisionHandlerPusher.cxx
   collisionHandlerFluidPusher.cxx
   collisionHandlerFluidPusher.cxx
   collisionHandlerQueue.cxx
   collisionHandlerQueue.cxx
+  collisionHeightfield.cxx
   collisionLevelStateBase.cxx
   collisionLevelStateBase.cxx
   collisionLevelState.cxx
   collisionLevelState.cxx
   collisionInvSphere.cxx
   collisionInvSphere.cxx