mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 06:00:12 +00:00
19 lines
229 B
Lua
19 lines
229 B
Lua
project "gwen"
|
|
|
|
kind "StaticLib"
|
|
|
|
flags {"Unicode"}
|
|
|
|
|
|
|
|
defines { "GWEN_COMPILE_STATIC" , "_HAS_EXCEPTIONS=0", "_STATIC_CPPLIB" }
|
|
|
|
targetdir "../../lib"
|
|
includedirs {
|
|
".",".."
|
|
}
|
|
files {
|
|
"**.cpp",
|
|
"**.h"
|
|
}
|