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
e66b6bc8
Commit
e66b6bc8
authored
Aug 08, 2017
by
misterg
Browse files
WIP, win testing
parent
40a909b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
BUILD.bazel
BUILD.bazel
+3
-3
No files found.
BUILD.bazel
View file @
e66b6bc8
...
...
@@ -94,10 +94,10 @@ cc_library(
],
),
hdrs
=
GTEST_HDRS
,
copts
=
[
"-fexceptions"
]
+
select
(
copts
=
select
(
{
":win"
:
[],
"//conditions:default"
:
[
"-pthread"
],
":win"
:
[
"-DGTEST_ENABLE_CATCH_EXCEPTIONS_=1"
],
"//conditions:default"
:
[
"-
fexceptions"
,
"-
pthread"
],
},
),
includes
=
[
...
...
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