mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-09 20:08:18 +00:00
15 lines
151 B
Lua
15 lines
151 B
Lua
project "Bullet3Dynamics"
|
|
|
|
language "C++"
|
|
|
|
kind "StaticLib"
|
|
|
|
includedirs {
|
|
".."
|
|
}
|
|
targetdir "../../bin"
|
|
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
} |