Saxum/extern/bullet/Extras/HACD/premake4.lua

9 lines
119 B
Lua
Raw Normal View History

2014-10-24 09:42:47 +00:00
project "HACD"
kind "StaticLib"
targetdir "../../lib"
includedirs {"."}
files {
"**.cpp",
"**.h"
}