Blame googletest/xcode/Config/FrameworkTarget.xcconfig

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