Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
d254052f
Commit
d254052f
authored
Mar 11, 2016
by
Don Huff
Browse files
Update C++ language and library settings to match SDK projects.
parent
407b0aaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
.gitignore
.gitignore
+1
-0
googletest/xcode/gtest.xcodeproj/project.pbxproj
googletest/xcode/gtest.xcodeproj/project.pbxproj
+6
-0
No files found.
.gitignore
View file @
d254052f
# Ignore CI build directory
# Ignore CI build directory
build/
build/
xcuserdata
googletest/xcode/gtest.xcodeproj/project.pbxproj
View file @
d254052f
...
@@ -1067,6 +1067,9 @@
...
@@ -1067,6 +1067,9 @@
isa
=
XCBuildConfiguration
;
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
40D4CDF10E30E07400294801
/* DebugProject.xcconfig */
;
baseConfigurationReference
=
40D4CDF10E30E07400294801
/* DebugProject.xcconfig */
;
buildSettings
=
{
buildSettings
=
{
CLANG_CXX_LANGUAGE_STANDARD
=
"gnu++0x"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
MACOSX_DEPLOYMENT_TARGET
=
10.7
;
};
};
name
=
Debug
;
name
=
Debug
;
};
};
...
@@ -1074,6 +1077,9 @@
...
@@ -1074,6 +1077,9 @@
isa
=
XCBuildConfiguration
;
isa
=
XCBuildConfiguration
;
baseConfigurationReference
=
40D4CDF40E30E07400294801
/* ReleaseProject.xcconfig */
;
baseConfigurationReference
=
40D4CDF40E30E07400294801
/* ReleaseProject.xcconfig */
;
buildSettings
=
{
buildSettings
=
{
CLANG_CXX_LANGUAGE_STANDARD
=
"gnu++0x"
;
CLANG_CXX_LIBRARY
=
"libc++"
;
MACOSX_DEPLOYMENT_TARGET
=
10.7
;
};
};
name
=
Release
;
name
=
Release
;
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment