mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-17 06:51:05 +00:00
20 lines
473 B
CMake
20 lines
473 B
CMake
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
|
|
)
|