mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
jolt build folder
This commit is contained in:
parent
8acf7da95b
commit
4beee81c12
48 changed files with 1556 additions and 0 deletions
10
Engine/lib/JoltPhysics/Build/Android/settings.gradle
Normal file
10
Engine/lib/JoltPhysics/Build/Android/settings.gradle
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
rootProject.name = "Jolt Physics"
|
||||
include ':UnitTests'
|
||||
include ':PerformanceTest'
|
||||
Loading…
Add table
Add a link
Reference in a new issue