From d6302c7b44785ce4361ec4e48308448738eb1005 Mon Sep 17 00:00:00 2001 From: "pinkerton@google.com" Date: Mon, 4 Aug 2008 22:12:32 +0000 Subject: fix includes to not be so generic git-svn-id: svn://svn.chromium.org/chrome/trunk/src@343 0039d316-1c4b-4281-b951-d872f2087c98 --- testing/gtest.xcodeproj/project.pbxproj | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'testing/gtest.xcodeproj') diff --git a/testing/gtest.xcodeproj/project.pbxproj b/testing/gtest.xcodeproj/project.pbxproj index e627ce2..30c6657 100644 --- a/testing/gtest.xcodeproj/project.pbxproj +++ b/testing/gtest.xcodeproj/project.pbxproj @@ -139,7 +139,10 @@ GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; - HEADER_SEARCH_PATHS = "./**"; + HEADER_SEARCH_PATHS = ( + gtest/include, + gtest, + ); INSTALL_PATH = /usr/local/lib; PRODUCT_NAME = gtest; }; @@ -151,7 +154,10 @@ ALWAYS_SEARCH_USER_PATHS = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_MODEL_TUNING = G5; - HEADER_SEARCH_PATHS = "./**"; + HEADER_SEARCH_PATHS = ( + gtest/include, + gtest, + ); INSTALL_PATH = /usr/local/lib; PRODUCT_NAME = gtest; }; -- cgit v1.1