mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-23 03:28:28 +00:00
13 lines
120 B
Lua
13 lines
120 B
Lua
project "Bullet3Common"
|
|
|
|
language "C++"
|
|
|
|
kind "StaticLib"
|
|
|
|
includedirs {".."}
|
|
|
|
files {
|
|
"*.cpp",
|
|
"*.h"
|
|
}
|