diff options
Diffstat (limited to 'gtest-1.6.0/xcode/Config/TestTarget.xcconfig')
-rw-r--r-- | gtest-1.6.0/xcode/Config/TestTarget.xcconfig | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gtest-1.6.0/xcode/Config/TestTarget.xcconfig b/gtest-1.6.0/xcode/Config/TestTarget.xcconfig index 9dd13ae..e6652ba 100644 --- a/gtest-1.6.0/xcode/Config/TestTarget.xcconfig +++ b/gtest-1.6.0/xcode/Config/TestTarget.xcconfig @@ -1,8 +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
+// +// 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 |