mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-25 23:49:18 +00:00
16 lines
202 B
Lua
16 lines
202 B
Lua
project "LinearMath"
|
|
|
|
kind "StaticLib"
|
|
if os.is("Linux") then
|
|
buildoptions{"-fPIC"}
|
|
end
|
|
includedirs {
|
|
"..",
|
|
}
|
|
files {
|
|
"*.cpp",
|
|
"*.h",
|
|
"TaskScheduler/*.cpp",
|
|
"TaskScheduler/*.h"
|
|
}
|