Torque3D/Engine/lib/bullet/test/gtest-1.7.0/premake4.lua
2022-05-13 23:42:41 -04:00

18 lines
293 B
Lua

project "gtest"
kind "StaticLib"
files{"src/gtest-all.cc"}
--defines {"GTEST_HAS_PTHREAD=1"}
if os.is("Windows") then
--see http://stackoverflow.com/questions/12558327/google-test-in-visual-studio-2012
defines {"_VARIADIC_MAX=10"}
end
includedirs {
".","include"
}