From ca30886338c0d534822a0aa8d8b4dd188210e84f Mon Sep 17 00:00:00 2001 From: "preston.a.jackson" Date: Fri, 21 Nov 2008 22:17:45 +0000 Subject: oops forgot the config file git-svn-id: http://googletest.googlecode.com/svn/trunk@133 861a406c-534a-0410-8894-cb66d6ee9925 --- xcode/Config/InternalPythonTestTarget.xcconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 xcode/Config/InternalPythonTestTarget.xcconfig diff --git a/xcode/Config/InternalPythonTestTarget.xcconfig b/xcode/Config/InternalPythonTestTarget.xcconfig new file mode 100644 index 0000000..e004445 --- /dev/null +++ b/xcode/Config/InternalPythonTestTarget.xcconfig @@ -0,0 +1,8 @@ +// +// InternalPythonTestTarget.xcconfig +// +// These are Test target settings for the gtest framework and examples. It +// is set in the "Based On:" dropdown in the "Target" info dialog. + +PRODUCT_NAME = $(TARGET_NAME)_ +HEADER_SEARCH_PATHS = ../ ../include -- cgit v1.2.3