From 3e93606333e03534923b25cc01f0723501b11231 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 --- 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 v0.12