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