mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
11 lines
128 B
Lua
11 lines
128 B
Lua
project "BulletSoftBody"
|
|
|
|
kind "StaticLib"
|
|
targetdir "../../lib"
|
|
includedirs {
|
|
"..",
|
|
}
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
} |