Files
bullet3/src/Bullet3Geometry/premake4.lua
2013-04-18 23:28:13 -07:00

13 lines
146 B
Lua

project "Bullet3Geometry"
language "C++"
kind "StaticLib"
includedirs {".."}
targetdir "../../bin"
files {
"**.cpp",
"**.h"
}