Skip to content

Commit

Permalink
fix includes to not be so generic
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@343 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
pinkerton@google.com committed Aug 4, 2008
1 parent ab3422b commit d6302c7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions testing/gtest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand All @@ -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;
};
Expand Down

0 comments on commit d6302c7

Please sign in to comment.