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