mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
14 lines
201 B
Lua
14 lines
201 B
Lua
project "BulletXmlWorldImporter"
|
|
|
|
kind "StaticLib"
|
|
targetdir "../../lib"
|
|
includedirs {
|
|
"../BulletWorldImporter",
|
|
"../BulletFileLoader",
|
|
"../../../src"
|
|
}
|
|
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
} |