updated CMakefiles and stuff

This commit is contained in:
ejcoumans
2006-11-12 07:56:16 +00:00
parent 711b737293
commit 133a7dda99
7 changed files with 35 additions and 7 deletions

View File

@@ -0,0 +1,19 @@
INCLUDE_DIRECTORIES(
${BULLET_PHYSICS_SOURCE_DIR}/Extras/GIMPACT/include
)
ADD_LIBRARY(LibGIMPACT
src/gim_boxpruning.cpp
src/gim_contact.cpp
src/gim_math.cpp
src/gim_memory.cpp
src/gim_tri_tri_overlap.cpp
src/gim_trimesh.cpp
src/gim_trimesh_capsule_collision.cpp
src/gim_trimesh_data.cpp
src/gim_trimesh_ray_collision.cpp
src/gim_trimesh_sphere_collision.cpp
src/gim_trimesh_trimesh_collision.cpp
src/gim_vertex_buffer_util.cpp
src/gimpact.cpp
)