mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-25 12:28:48 +02:00
new version of gtest and first commit of gmock
This commit is contained in:
parent
3442cbc707
commit
ae7a1f70e7
280 changed files with 168696 additions and 43622 deletions
17
tools/gtest-1.6.0/xcode/Config/FrameworkTarget.xcconfig
Normal file
17
tools/gtest-1.6.0/xcode/Config/FrameworkTarget.xcconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue