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