mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-23 19:48:27 +00:00
11 lines
138 B
Lua
11 lines
138 B
Lua
project "BulletSoftBody"
|
|
|
|
kind "StaticLib"
|
|
targetdir "../../lib"
|
|
includedirs {
|
|
"..",
|
|
}
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
} |