mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 22:00:05 +00:00
508550c5e9
See also issue #1538
15 lines
161 B
Lua
15 lines
161 B
Lua
project "BussIK"
|
|
|
|
kind "StaticLib"
|
|
|
|
includedirs {
|
|
"."
|
|
}
|
|
if os.is("Linux") then
|
|
buildoptions{"-fPIC"}
|
|
end
|
|
files {
|
|
"*.cpp",
|
|
"*.h",
|
|
}
|