Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 435 Bytes

Info

A minimal wrapper around the jolt physics library

Depdendencies

CMake

...

# Jolt Physics: Physics Engine
include_directories(external_libraries/JoltPhysics)
add_subdirectory(external_libraries/JoltPhysics/Build)

... 

target_link_libraries(your_project_name ... Jolt)