mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-15 06:44:28 +00:00
Add first version of btBulletXmlWorldImporter, still incomplete but it can read some files Fix false assert in btSequentialImpulseConstraintSolver
14 lines
214 B
Lua
14 lines
214 B
Lua
project "BulletXmlWorldImporter"
|
|
|
|
kind "StaticLib"
|
|
targetdir "../../lib"
|
|
includedirs {
|
|
"../BulletWorldImporter",
|
|
"../BulletFileLoader",
|
|
"../../../src"
|
|
}
|
|
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
} |