From 800ca63c81d3501b84eb625a273847b2ad6e1f19 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Mon, 1 Apr 2013 23:41:51 -0400 Subject: Include gtest (as per gtest recommendations). See https://groups.google.com/forum/?fromgroups=#!topic/googletestframework/Zo7_HOv1MJ0 --- gtest-1.6.0/xcode/Config/TestTarget.xcconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gtest-1.6.0/xcode/Config/TestTarget.xcconfig (limited to 'gtest-1.6.0/xcode/Config/TestTarget.xcconfig') diff --git a/gtest-1.6.0/xcode/Config/TestTarget.xcconfig b/gtest-1.6.0/xcode/Config/TestTarget.xcconfig new file mode 100644 index 0000000..e6652ba --- /dev/null +++ b/gtest-1.6.0/xcode/Config/TestTarget.xcconfig @@ -0,0 +1,8 @@ +// +// TestTarget.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