Danbias/Code/Physics/Bullet Source/LinearMath/premake4.lua

11 lines
124 B
Lua
Raw Permalink Normal View History

2014-02-09 21:24:09 +01:00
project "LinearMath"
kind "StaticLib"
targetdir "../../lib"
includedirs {
"..",
}
files {
"**.cpp",
"**.h"
}