mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 08:13:55 +00:00
12 lines
182 B
Lua
12 lines
182 B
Lua
project "ConvexDecomposition"
|
|
|
|
kind "StaticLib"
|
|
|
|
includedirs {".","../../src"}
|
|
if os.is("Linux") then
|
|
buildoptions{"-fPIC"}
|
|
end
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
} |