add GoogleTest gtest-1.7.0 and simple hello_gtest (preparation for unit tests)
This commit is contained in:
12
Test/gtest-1.7.0/premake4.lua
Normal file
12
Test/gtest-1.7.0/premake4.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
project "gtest"
|
||||
|
||||
kind "StaticLib"
|
||||
|
||||
files{"src/gtest-all.cc"}
|
||||
|
||||
--defines {"GTEST_HAS_PTHREAD=1"}
|
||||
--targetdir "../../lib"
|
||||
|
||||
includedirs {
|
||||
".","include"
|
||||
}
|
||||
Reference in New Issue
Block a user