Files
bullet3/Extras/Serialize/BulletXmlWorldImporter/premake4.lua
erwin.coumans 214579ec60 Allow btBulletWorldImporter to convert/export a .bullet file to XML
Add first version of btBulletXmlWorldImporter, still incomplete but it can read some files
Fix false assert in btSequentialImpulseConstraintSolver
2012-09-21 22:47:11 +00:00

14 lines
214 B
Lua

project "BulletXmlWorldImporter"
kind "StaticLib"
targetdir "../../lib"
includedirs {
"../BulletWorldImporter",
"../BulletFileLoader",
"../../../src"
}
files {
"**.cpp",
"**.h"
}