axmol/thirdparty/bullet/LinearMath/premake4.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"
}