A minimal wrapper around the jolt physics library
- jolt physics
- math - conversions between glm and jolt
...
# Jolt Physics: Physics Engine
include_directories(external_libraries/JoltPhysics)
add_subdirectory(external_libraries/JoltPhysics/Build)
...
target_link_libraries(your_project_name ... Jolt)