mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-09 11:58:53 +00:00
14 lines
174 B
Lua
14 lines
174 B
Lua
project "vhacd"
|
|
|
|
kind "StaticLib"
|
|
if os.is("Linux") then
|
|
buildoptions{"-fPIC"}
|
|
end
|
|
includedirs {
|
|
"../inc","../public",
|
|
}
|
|
files {
|
|
"*.cpp",
|
|
"*.h"
|
|
}
|