diff options
author | Gil <mcg@google.com> | 2018-02-01 10:14:53 -0800 |
---|---|---|
committer | zxu <zxu@google.com> | 2018-02-01 13:14:53 -0500 |
commit | d45900b85bbb68b174a36624eb3c780c79c74fe5 (patch) | |
tree | f4548c53da8fff82d95a1491c938400b919bdea0 /Firestore | |
parent | 515625c47fab947f82d7f8fc8daef885e56a7df6 (diff) |
Align tests and integration test header search paths (#737)
Diffstat (limited to 'Firestore')
-rw-r--r-- | Firestore/Example/Firestore.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Firestore/Example/Firestore.xcodeproj/project.pbxproj b/Firestore/Example/Firestore.xcodeproj/project.pbxproj index 915c499..4a8f4fb 100644 --- a/Firestore/Example/Firestore.xcodeproj/project.pbxproj +++ b/Firestore/Example/Firestore.xcodeproj/project.pbxproj @@ -1607,6 +1607,9 @@ HEADER_SEARCH_PATHS = ( "$(inherited)", "\"${PODS_ROOT}/../../..\"", + "\"${PODS_ROOT}/../../../Firestore/third_party/abseil-cpp\"", + "\"${PODS_ROOT}/leveldb-library/include\"", + "\"${PODS_ROOT}/GoogleTest/googletest/include\"", ); INFOPLIST_FILE = "Tests/Tests-Info.plist"; OTHER_LDFLAGS = ( @@ -1645,6 +1648,9 @@ HEADER_SEARCH_PATHS = ( "$(inherited)", "\"${PODS_ROOT}/../../..\"", + "\"${PODS_ROOT}/../../../Firestore/third_party/abseil-cpp\"", + "\"${PODS_ROOT}/leveldb-library/include\"", + "\"${PODS_ROOT}/GoogleTest/googletest/include\"", ); INFOPLIST_FILE = "Tests/Tests-Info.plist"; OTHER_LDFLAGS = ( |