new version of gtest and first commit of gmock

This commit is contained in:
Nick Bolton 2011-05-07 02:01:16 +00:00
parent 3442cbc707
commit ae7a1f70e7
280 changed files with 168696 additions and 43622 deletions

View file

@ -0,0 +1,17 @@
//
// FrameworkTarget.xcconfig
//
// These are Framework target settings for the gtest framework and examples. It
// is set in the "Based On:" dropdown in the "Target" info dialog.
// This file is based on the Xcode Configuration files in:
// http://code.google.com/p/google-toolbox-for-mac/
//
// Dynamic libs need to be position independent
GCC_DYNAMIC_NO_PIC = NO
// Dynamic libs should not have their external symbols stripped.
STRIP_STYLE = non-global
// Let the user install by specifying the $DSTROOT with xcodebuild
SKIP_INSTALL = NO