mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-08 14:29:30 +00:00
11 lines
98 B
Lua
11 lines
98 B
Lua
project "LinearMath"
|
|
|
|
kind "StaticLib"
|
|
includedirs {
|
|
"..",
|
|
}
|
|
files {
|
|
"*.cpp",
|
|
"*.h"
|
|
}
|