mirror of https://github.com/axmolengine/axmol.git
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"
|
||
|
}
|