2025-01-22 16:18:30 +01:00

11 lines
117 B
Lua

project "BulletSoftBody"
kind "StaticLib"
includedirs {
"..",
}
files {
"**.cpp",
"**.h"
}